Html Css Color HEX #862808 Burnt Umber

📋 copy color: '#862808'

red 134 ◦ green 40 ◦ blue 8

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

Shades of Burnt Umber #862808

Tints of Burnt Umber #862808

RGB

 RED value IS 134 (52.73% from 255) = 73.63%

 GREEN value IS 40 (16.02% from 255) = 21.98%

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

R = 73.63%
G = 21.98%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#862808 (or 0x862808) is known color: Burnt Umber. HEX triplet: 86, 28 and 08. RGB value is (134,40,8). Sum of RGB (Red+Green+Blue) = 134+40+8=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #862808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862808 is #79D7F7. Grayscale: #404040. Windows color (decimal): -7985144 or 534662. OLE color: 534662.

HSL color Cylindrical-coordinate representation of color #862808: hue angle of 15.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #862808 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 8 -
CMYK 0 0.70 0.94 0.47
HSL 15.24º 0.89% 0.28% -
HSV(B) 15.24º 0.94% 0.53% -
XYZ 10.63 6.6 0.94 -
YUV 64.46 96.14 177.6 -
System Red Green Blue C M Y K H S L
Decimal 134 40 8 0 0.70 0.94 0.47 15.24 0.89 0.28
Hex 86 28 8 0 46 5E 2F F 59 1C
Octal 206 50 10 0 106 136 57 17 131 34
Binary 10000110 101000 1000 0 1000110 1011110 101111 1111 1011001 11100

Color Harmonies of #862808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862808

Black with #862808

Text Example


Text Example

White with #862808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862808; }

 p { color: rgb(134,40,8); }

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

background-color css

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

 a { background-color: rgb(134,40,8); }

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

border-color css

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

 span { border-color: rgb(134,40,8); }

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