Html Css Color HEX #862B24 Burnt Umber

📋 copy color: '#862B24'

red 134 ◦ green 43 ◦ blue 36

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

Shades of Burnt Umber #862B24

Tints of Burnt Umber #862B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 62.91%
G = 20.19%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#862B24 (or 0x862B24) is known color: Burnt Umber. HEX triplet: 86, 2B and 24. RGB value is (134,43,36). Sum of RGB (Red+Green+Blue) = 134+43+36=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #862B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B24 is #79D4DB. Grayscale: #454545. Windows color (decimal): -7984348 or 2370438. OLE color: 2370438.

HSL color Cylindrical-coordinate representation of color #862B24: hue angle of 4.29º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862B24 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 43 36 -
CMYK 0 0.68 0.73 0.47
HSL 4.29º 0.58% 0.33% -
HSV(B) 4.29º 0.73% 0.53% -
XYZ 11.01 6.92 2.42 -
YUV 69.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 134 43 36 0 0.68 0.73 0.47 4.29 0.58 0.33
Hex 86 2B 24 0 44 49 2F 4 3A 21
Octal 206 53 44 0 104 111 57 4 72 41
Binary 10000110 101011 100100 0 1000100 1001001 101111 100 111010 100001

Color Harmonies of #862B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862B24

Black with #862B24

Text Example


Text Example

White with #862B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,43,36); }

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

background-color css

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

 a { background-color: rgb(134,43,36); }

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

border-color css

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

 span { border-color: rgb(134,43,36); }

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