Html Css Color HEX #862D18 Burnt Umber

📋 copy color: '#862D18'

red 134 ◦ green 45 ◦ blue 24

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

Shades of Burnt Umber #862D18

Tints of Burnt Umber #862D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

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

R = 66.01%
G = 22.17%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#862D18 (or 0x862D18) is known color: Burnt Umber. HEX triplet: 86, 2D and 18. RGB value is (134,45,24). Sum of RGB (Red+Green+Blue) = 134+45+24=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #862D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862D18 is #79D2E7. Grayscale: #454545. Windows color (decimal): -7983848 or 1584518. OLE color: 1584518.

HSL color Cylindrical-coordinate representation of color #862D18: hue angle of 11.45º 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 #862D18 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 45 24 -
CMYK 0 0.66 0.82 0.47
HSL 11.45º 0.7% 0.31% -
HSV(B) 11.45º 0.82% 0.53% -
XYZ 10.93 7.01 1.64 -
YUV 69.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 134 45 24 0 0.66 0.82 0.47 11.45 0.7 0.31
Hex 86 2D 18 0 42 52 2F B 46 1F
Octal 206 55 30 0 102 122 57 13 106 37
Binary 10000110 101101 11000 0 1000010 1010010 101111 1011 1000110 11111

Color Harmonies of #862D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D18

Black with #862D18

Text Example


Text Example

White with #862D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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