Html Css Color HEX #8B3220 Burnt Umber

📋 copy color: '#8B3220'

red 139 ◦ green 50 ◦ blue 32

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

Shades of Burnt Umber #8B3220

Tints of Burnt Umber #8B3220

RGB

 RED value IS 139 (54.69% from 255) = 62.9%

 GREEN value IS 50 (19.92% from 255) = 22.62%

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

R = 62.9%
G = 22.62%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8B3220 (or 0x8B3220) is known color: Burnt Umber. HEX triplet: 8B, 32 and 20. RGB value is (139,50,32). Sum of RGB (Red+Green+Blue) = 139+50+32=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3220 is #74CDDF. Grayscale: #4A4A4A. Windows color (decimal): -7654880 or 2110091. OLE color: 2110091.

HSL color Cylindrical-coordinate representation of color #8B3220: hue angle of 10.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B3220 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 50 32 -
CMYK 0 0.64 0.77 0.45
HSL 10.09º 0.63% 0.34% -
HSV(B) 10.09º 0.77% 0.55% -
XYZ 12.05 7.87 2.25 -
YUV 74.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 139 50 32 0 0.64 0.77 0.45 10.09 0.63 0.34
Hex 8B 32 20 0 40 4D 2D A 3F 22
Octal 213 62 40 0 100 115 55 12 77 42
Binary 10001011 110010 100000 0 1000000 1001101 101101 1010 111111 100010

Color Harmonies of #8B3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3220

Black with #8B3220

Text Example


Text Example

White with #8B3220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B3220; }

 p { color: rgb(139,50,32); }

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

background-color css

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

 a { background-color: rgb(139,50,32); }

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

border-color css

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

 span { border-color: rgb(139,50,32); }

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