Html Css Color HEX #8A2808 Burnt Umber

📋 copy color: '#8A2808'

red 138 ◦ green 40 ◦ blue 8

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

Shades of Burnt Umber #8A2808

Tints of Burnt Umber #8A2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 74.19%
G = 21.51%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#8A2808 (or 0x8A2808) is known color: Burnt Umber. HEX triplet: 8A, 28 and 08. RGB value is (138,40,8). Sum of RGB (Red+Green+Blue) = 138+40+8=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2808 is #75D7F7. Grayscale: #414141. Windows color (decimal): -7723000 or 534666. OLE color: 534666.

HSL color Cylindrical-coordinate representation of color #8A2808: hue angle of 14.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A2808 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 40 8 -
CMYK 0 0.71 0.94 0.46
HSL 14.77º 0.89% 0.29% -
HSV(B) 14.77º 0.94% 0.54% -
XYZ 11.28 6.94 0.97 -
YUV 65.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 138 40 8 0 0.71 0.94 0.46 14.77 0.89 0.29
Hex 8A 28 8 0 47 5E 2E F 59 1D
Octal 212 50 10 0 107 136 56 17 131 35
Binary 10001010 101000 1000 0 1000111 1011110 101110 1111 1011001 11101

Color Harmonies of #8A2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2808

Black with #8A2808

Text Example


Text Example

White with #8A2808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,40,8); }

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

background-color css

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

 a { background-color: rgb(138,40,8); }

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

border-color css

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

 span { border-color: rgb(138,40,8); }

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