Html Css Color HEX #8A3020 Burnt Umber

📋 copy color: '#8A3020'

red 138 ◦ green 48 ◦ blue 32

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

Shades of Burnt Umber #8A3020

Tints of Burnt Umber #8A3020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 63.3%
G = 22.02%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A3020 (or 0x8A3020) is known color: Burnt Umber. HEX triplet: 8A, 30 and 20. RGB value is (138,48,32). Sum of RGB (Red+Green+Blue) = 138+48+32=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3020 is #75CFDF. Grayscale: #494949. Windows color (decimal): -7720928 or 2109578. OLE color: 2109578.

HSL color Cylindrical-coordinate representation of color #8A3020: hue angle of 9.06º 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 #8A3020 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 48 32 -
CMYK 0 0.65 0.77 0.46
HSL 9.06º 0.62% 0.33% -
HSV(B) 9.06º 0.77% 0.54% -
XYZ 11.8 7.62 2.22 -
YUV 73.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 138 48 32 0 0.65 0.77 0.46 9.06 0.62 0.33
Hex 8A 30 20 0 41 4D 2E 9 3E 21
Octal 212 60 40 0 101 115 56 11 76 41
Binary 10001010 110000 100000 0 1000001 1001101 101110 1001 111110 100001

Color Harmonies of #8A3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3020

Black with #8A3020

Text Example


Text Example

White with #8A3020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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