Html Css Color HEX #8A2B20 Burnt Umber

📋 copy color: '#8A2B20'

red 138 ◦ green 43 ◦ blue 32

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

Shades of Burnt Umber #8A2B20

Tints of Burnt Umber #8A2B20

RGB

 RED value IS 138 (54.3% from 255) = 64.79%

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

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

R = 64.79%
G = 20.19%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A2B20 (or 0x8A2B20) is known color: Burnt Umber. HEX triplet: 8A, 2B and 20. RGB value is (138,43,32). Sum of RGB (Red+Green+Blue) = 138+43+32=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B20 is #75D4DF. Grayscale: #464646. Windows color (decimal): -7722208 or 2108298. OLE color: 2108298.

HSL color Cylindrical-coordinate representation of color #8A2B20: hue angle of 6.23º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2B20 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 43 32 -
CMYK 0 0.69 0.77 0.46
HSL 6.23º 0.62% 0.33% -
HSV(B) 6.23º 0.77% 0.54% -
XYZ 11.61 7.24 2.15 -
YUV 70.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 138 43 32 0 0.69 0.77 0.46 6.23 0.62 0.33
Hex 8A 2B 20 0 45 4D 2E 6 3E 21
Octal 212 53 40 0 105 115 56 6 76 41
Binary 10001010 101011 100000 0 1000101 1001101 101110 110 111110 100001

Color Harmonies of #8A2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2B20

Black with #8A2B20

Text Example


Text Example

White with #8A2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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