Html Css Color HEX #842B21 Burnt Umber

📋 copy color: '#842B21'

red 132 ◦ green 43 ◦ blue 33

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

Shades of Burnt Umber #842B21

Tints of Burnt Umber #842B21

RGB

 RED value IS 132 (51.95% from 255) = 63.46%

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

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

R = 63.46%
G = 20.67%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#842B21 (or 0x842B21) is known color: Burnt Umber. HEX triplet: 84, 2B and 21. RGB value is (132,43,33). Sum of RGB (Red+Green+Blue) = 132+43+33=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #842B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842B21 is #7BD4DE. Grayscale: #444444. Windows color (decimal): -8115423 or 2173828. OLE color: 2173828.

HSL color Cylindrical-coordinate representation of color #842B21: hue angle of 6.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842B21 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 43 33 -
CMYK 0 0.67 0.75 0.48
HSL 6.06º 0.6% 0.32% -
HSV(B) 6.06º 0.75% 0.52% -
XYZ 10.65 6.74 2.18 -
YUV 68.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 132 43 33 0 0.67 0.75 0.48 6.06 0.6 0.32
Hex 84 2B 21 0 43 4B 30 6 3C 20
Octal 204 53 41 0 103 113 60 6 74 40
Binary 10000100 101011 100001 0 1000011 1001011 110000 110 111100 100000

Color Harmonies of #842B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842B21

Black with #842B21

Text Example


Text Example

White with #842B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842B21; }

 p { color: rgb(132,43,33); }

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

background-color css

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

 a { background-color: rgb(132,43,33); }

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

border-color css

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

 span { border-color: rgb(132,43,33); }

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