Html Css Color HEX #71430E Raw Umber

📋 copy color: '#71430E'

red 113 ◦ green 67 ◦ blue 14

#71430E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #71430E

Tints of Raw Umber #71430E

RGB

 RED value IS 113 (44.53% from 255) = 58.25%

 GREEN value IS 67 (26.56% from 255) = 34.54%

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 58.25%
G = 34.54%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#71430E (or 0x71430E) is known color: Raw Umber. HEX triplet: 71, 43 and 0E. RGB value is (113,67,14). Sum of RGB (Red+Green+Blue) = 113+67+14=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71430E is #8EBCF1. Grayscale: #4A4A4A. Windows color (decimal): -9354482 or 934769. OLE color: 934769.

HSL color Cylindrical-coordinate representation of color #71430E: hue angle of 32.12º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71430E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 67 14 -
CMYK 0 0.41 0.88 0.56
HSL 32.12º 0.78% 0.25% -
HSV(B) 32.12º 0.88% 0.44% -
XYZ 8.9 7.56 1.41 -
YUV 74.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 113 67 14 0 0.41 0.88 0.56 32.12 0.78 0.25
Hex 71 43 E 0 29 58 38 20 4E 19
Octal 161 103 16 0 51 130 70 40 116 31
Binary 1110001 1000011 1110 0 101001 1011000 111000 100000 1001110 11001

Color Harmonies of #71430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71430E

Black with #71430E

Text Example


Text Example

White with #71430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71430E; }

 p { color: rgb(113,67,14); }

 H1.HeaderClassName
 {
   color: #71430E;
 }
 .AnyTagClassName
 {
   color: #71430E;
 }
</style>

background-color css

<style>
 a { background-color: #71430E; }

 a { background-color: rgb(113,67,14); }

 div.DivClassName
 {
   background-color: #71430E;
 }
 .BgClassName
 {
   background-color: #71430E;
 }
</style>

border-color css

<style>
 span { border-color: #71430E; }

 span { border-color: rgb(113,67,14); }

 td.TdClassName
 {
   border-color: #71430E;
 }
 .TagClassName
 {
   border-color: #71430E;
 }
</style>