Html Css Color HEX #862816 Burnt Umber

📋 copy color: '#862816'

red 134 ◦ green 40 ◦ blue 22

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

Shades of Burnt Umber #862816

Tints of Burnt Umber #862816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 68.37%
G = 20.41%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#862816 (or 0x862816) is known color: Burnt Umber. HEX triplet: 86, 28 and 16. RGB value is (134,40,22). Sum of RGB (Red+Green+Blue) = 134+40+22=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #862816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862816 is #79D7E9. Grayscale: #424242. Windows color (decimal): -7985130 or 1452166. OLE color: 1452166.

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

Color convert

RGB 134 40 22 -
CMYK 0 0.70 0.84 0.47
HSL 9.64º 0.72% 0.31% -
HSV(B) 9.64º 0.84% 0.53% -
XYZ 10.74 6.64 1.48 -
YUV 66.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 134 40 22 0 0.70 0.84 0.47 9.64 0.72 0.31
Hex 86 28 16 0 46 54 2F A 48 1F
Octal 206 50 26 0 106 124 57 12 110 37
Binary 10000110 101000 10110 0 1000110 1010100 101111 1010 1001000 11111

Color Harmonies of #862816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862816

Black with #862816

Text Example


Text Example

White with #862816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862816; }

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

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

background-color css

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

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

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

border-color css

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

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

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