Html Css Color HEX #862818 Burnt Umber

📋 copy color: '#862818'

red 134 ◦ green 40 ◦ blue 24

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

Shades of Burnt Umber #862818

Tints of Burnt Umber #862818

RGB

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

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

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

R = 67.68%
G = 20.2%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#862818 (or 0x862818) is known color: Burnt Umber. HEX triplet: 86, 28 and 18. RGB value is (134,40,24). Sum of RGB (Red+Green+Blue) = 134+40+24=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #862818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862818 is #79D7E7. Grayscale: #424242. Windows color (decimal): -7985128 or 1583238. OLE color: 1583238.

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

Color convert

RGB 134 40 24 -
CMYK 0 0.70 0.82 0.47
HSL 8.73º 0.7% 0.31% -
HSV(B) 8.73º 0.82% 0.53% -
XYZ 10.76 6.65 1.58 -
YUV 66.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 134 40 24 0 0.70 0.82 0.47 8.73 0.7 0.31
Hex 86 28 18 0 46 52 2F 9 46 1F
Octal 206 50 30 0 106 122 57 11 106 37
Binary 10000110 101000 11000 0 1000110 1010010 101111 1001 1000110 11111

Color Harmonies of #862818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862818

Black with #862818

Text Example


Text Example

White with #862818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862818; }

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

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

background-color css

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

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

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

border-color css

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

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

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