Html Css Color HEX #862C21 Burnt Umber

📋 copy color: '#862C21'

red 134 ◦ green 44 ◦ blue 33

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

Shades of Burnt Umber #862C21

Tints of Burnt Umber #862C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.85%

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 63.51%
G = 20.85%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#862C21 (or 0x862C21) is known color: Burnt Umber. HEX triplet: 86, 2C and 21. RGB value is (134,44,33). Sum of RGB (Red+Green+Blue) = 134+44+33=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #862C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C21 is #79D3DE. Grayscale: #454545. Windows color (decimal): -7984095 or 2174086. OLE color: 2174086.

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

Color convert

RGB 134 44 33 -
CMYK 0 0.67 0.75 0.47
HSL 6.53º 0.6% 0.33% -
HSV(B) 6.53º 0.75% 0.53% -
XYZ 11.01 6.98 2.21 -
YUV 69.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 134 44 33 0 0.67 0.75 0.47 6.53 0.6 0.33
Hex 86 2C 21 0 43 4B 2F 7 3C 21
Octal 206 54 41 0 103 113 57 7 74 41
Binary 10000110 101100 100001 0 1000011 1001011 101111 111 111100 100001

Color Harmonies of #862C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C21

Black with #862C21

Text Example


Text Example

White with #862C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,44,33); }

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

background-color css

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

 a { background-color: rgb(134,44,33); }

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

border-color css

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

 span { border-color: rgb(134,44,33); }

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