Html Css Color HEX #862B20 Burnt Umber

📋 copy color: '#862B20'

red 134 ◦ green 43 ◦ blue 32

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

Shades of Burnt Umber #862B20

Tints of Burnt Umber #862B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 64.11%
G = 20.57%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#862B20 (or 0x862B20) is known color: Burnt Umber. HEX triplet: 86, 2B and 20. RGB value is (134,43,32). Sum of RGB (Red+Green+Blue) = 134+43+32=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #862B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B20 is #79D4DF. Grayscale: #454545. Windows color (decimal): -7984352 or 2108294. OLE color: 2108294.

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

Color convert

RGB 134 43 32 -
CMYK 0 0.68 0.76 0.47
HSL 6.47º 0.61% 0.33% -
HSV(B) 6.47º 0.76% 0.53% -
XYZ 10.96 6.9 2.12 -
YUV 68.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 134 43 32 0 0.68 0.76 0.47 6.47 0.61 0.33
Hex 86 2B 20 0 44 4C 2F 6 3D 21
Octal 206 53 40 0 104 114 57 6 75 41
Binary 10000110 101011 100000 0 1000100 1001100 101111 110 111101 100001

Color Harmonies of #862B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862B20

Black with #862B20

Text Example


Text Example

White with #862B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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