Html Css Color HEX #8A2D18 Burnt Umber

📋 copy color: '#8A2D18'

red 138 ◦ green 45 ◦ blue 24

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

Shades of Burnt Umber #8A2D18

Tints of Burnt Umber #8A2D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.74%

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 66.67%
G = 21.74%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A2D18 (or 0x8A2D18) is known color: Burnt Umber. HEX triplet: 8A, 2D and 18. RGB value is (138,45,24). Sum of RGB (Red+Green+Blue) = 138+45+24=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2D18 is #75D2E7. Grayscale: #464646. Windows color (decimal): -7721704 or 1584522. OLE color: 1584522.

HSL color Cylindrical-coordinate representation of color #8A2D18: hue angle of 11.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A2D18 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 45 24 -
CMYK 0 0.67 0.83 0.46
HSL 11.05º 0.7% 0.32% -
HSV(B) 11.05º 0.83% 0.54% -
XYZ 11.58 7.35 1.67 -
YUV 70.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 138 45 24 0 0.67 0.83 0.46 11.05 0.7 0.32
Hex 8A 2D 18 0 43 53 2E B 46 20
Octal 212 55 30 0 103 123 56 13 106 40
Binary 10001010 101101 11000 0 1000011 1010011 101110 1011 1000110 100000

Color Harmonies of #8A2D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2D18

Black with #8A2D18

Text Example


Text Example

White with #8A2D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,45,24); }

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

background-color css

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

 a { background-color: rgb(138,45,24); }

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

border-color css

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

 span { border-color: rgb(138,45,24); }

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