Html Css Color HEX #714208 Raw Umber

📋 copy color: '#714208'

red 113 ◦ green 66 ◦ blue 8

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

Shades of Raw Umber #714208

Tints of Raw Umber #714208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 8 (3.52% from 255) = 4.28%

R = 60.43%
G = 35.29%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#714208 (or 0x714208) is known color: Raw Umber. HEX triplet: 71, 42 and 08. RGB value is (113,66,8). Sum of RGB (Red+Green+Blue) = 113+66+8=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #714208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714208 is #8EBDF7. Grayscale: #494949. Windows color (decimal): -9354744 or 541297. OLE color: 541297.

HSL color Cylindrical-coordinate representation of color #714208: hue angle of 33.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #714208 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 66 8 -
CMYK 0 0.42 0.93 0.56
HSL 33.14º 0.87% 0.24% -
HSV(B) 33.14º 0.93% 0.44% -
XYZ 8.8 7.42 1.2 -
YUV 73.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 113 66 8 0 0.42 0.93 0.56 33.14 0.87 0.24
Hex 71 42 8 0 2A 5D 38 21 57 18
Octal 161 102 10 0 52 135 70 41 127 30
Binary 1110001 1000010 1000 0 101010 1011101 111000 100001 1010111 11000

Color Harmonies of #714208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714208

Black with #714208

Text Example


Text Example

White with #714208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714208; }

 p { color: rgb(113,66,8); }

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

background-color css

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

 a { background-color: rgb(113,66,8); }

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

border-color css

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

 span { border-color: rgb(113,66,8); }

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