Html Css Color HEX #8A2C26 Burnt Umber

📋 copy color: '#8A2C26'

red 138 ◦ green 44 ◦ blue 38

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

Shades of Burnt Umber #8A2C26

Tints of Burnt Umber #8A2C26

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 62.73%
G = 20%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A2C26 (or 0x8A2C26) is known color: Burnt Umber. HEX triplet: 8A, 2C and 26. RGB value is (138,44,38). Sum of RGB (Red+Green+Blue) = 138+44+38=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2C26 is #75D3D9. Grayscale: #474747. Windows color (decimal): -7721946 or 2501770. OLE color: 2501770.

HSL color Cylindrical-coordinate representation of color #8A2C26: hue angle of 3.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2C26 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 44 38 -
CMYK 0 0.68 0.72 0.46
HSL 3.6º 0.57% 0.35% -
HSV(B) 3.6º 0.72% 0.54% -
XYZ 11.73 7.34 2.63 -
YUV 71.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 138 44 38 0 0.68 0.72 0.46 3.6 0.57 0.35
Hex 8A 2C 26 0 44 48 2E 4 39 23
Octal 212 54 46 0 104 110 56 4 71 43
Binary 10001010 101100 100110 0 1000100 1001000 101110 100 111001 100011

Color Harmonies of #8A2C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2C26

Black with #8A2C26

Text Example


Text Example

White with #8A2C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,44,38); }

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

background-color css

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

 a { background-color: rgb(138,44,38); }

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

border-color css

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

 span { border-color: rgb(138,44,38); }

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