Html Css Color HEX #862A18 Burnt Umber

📋 copy color: '#862A18'

red 134 ◦ green 42 ◦ blue 24

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

Shades of Burnt Umber #862A18

Tints of Burnt Umber #862A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21%

 BLUE value IS 24 (9.77% from 255) = 12%

R = 67%
G = 21%
B = 12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#862A18 (or 0x862A18) is known color: Burnt Umber. HEX triplet: 86, 2A and 18. RGB value is (134,42,24). Sum of RGB (Red+Green+Blue) = 134+42+24=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #862A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862A18 is #79D5E7. Grayscale: #434343. Windows color (decimal): -7984616 or 1583750. OLE color: 1583750.

HSL color Cylindrical-coordinate representation of color #862A18: hue angle of 9.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #862A18 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 42 24 -
CMYK 0 0.69 0.82 0.47
HSL 9.82º 0.7% 0.31% -
HSV(B) 9.82º 0.82% 0.53% -
XYZ 10.82 6.79 1.6 -
YUV 67.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 134 42 24 0 0.69 0.82 0.47 9.82 0.7 0.31
Hex 86 2A 18 0 45 52 2F A 46 1F
Octal 206 52 30 0 105 122 57 12 106 37
Binary 10000110 101010 11000 0 1000101 1010010 101111 1010 1000110 11111

Color Harmonies of #862A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862A18

Black with #862A18

Text Example


Text Example

White with #862A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862A18; }

 p { color: rgb(134,42,24); }

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

background-color css

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

 a { background-color: rgb(134,42,24); }

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

border-color css

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

 span { border-color: rgb(134,42,24); }

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