Html Css Color HEX #714B11 Raw Umber

📋 copy color: '#714B11'

red 113 ◦ green 75 ◦ blue 17

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

Shades of Raw Umber #714B11

Tints of Raw Umber #714B11

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.59%

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 55.12%
G = 36.59%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#714B11 (or 0x714B11) is known color: Raw Umber. HEX triplet: 71, 4B and 11. RGB value is (113,75,17). Sum of RGB (Red+Green+Blue) = 113+75+17=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #714B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714B11 is #8EB4EE. Grayscale: #505050. Windows color (decimal): -9352431 or 1133425. OLE color: 1133425.

HSL color Cylindrical-coordinate representation of color #714B11: hue angle of 36.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #714B11 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 75 17 -
CMYK 0 0.34 0.85 0.56
HSL 36.25º 0.74% 0.25% -
HSV(B) 36.25º 0.85% 0.44% -
XYZ 9.43 8.58 1.69 -
YUV 79.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 113 75 17 0 0.34 0.85 0.56 36.25 0.74 0.25
Hex 71 4B 11 0 22 55 38 24 4A 19
Octal 161 113 21 0 42 125 70 44 112 31
Binary 1110001 1001011 10001 0 100010 1010101 111000 100100 1001010 11001

Color Harmonies of #714B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714B11

Black with #714B11

Text Example


Text Example

White with #714B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714B11; }

 p { color: rgb(113,75,17); }

 H1.HeaderClassName
 {
   color: #714B11;
 }
 .AnyTagClassName
 {
   color: #714B11;
 }
</style>

background-color css

<style>
 a { background-color: #714B11; }

 a { background-color: rgb(113,75,17); }

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

border-color css

<style>
 span { border-color: #714B11; }

 span { border-color: rgb(113,75,17); }

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