Html Css Color HEX #8A2913 Burnt Umber

📋 copy color: '#8A2913'

red 138 ◦ green 41 ◦ blue 19

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

Shades of Burnt Umber #8A2913

Tints of Burnt Umber #8A2913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 69.7%
G = 20.71%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A2913 (or 0x8A2913) is known color: Burnt Umber. HEX triplet: 8A, 29 and 13. RGB value is (138,41,19). Sum of RGB (Red+Green+Blue) = 138+41+19=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2913 is #75D6EC. Grayscale: #434343. Windows color (decimal): -7722733 or 1255818. OLE color: 1255818.

HSL color Cylindrical-coordinate representation of color #8A2913: hue angle of 11.09º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A2913 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 41 19 -
CMYK 0 0.70 0.86 0.46
HSL 11.09º 0.76% 0.31% -
HSV(B) 11.09º 0.86% 0.54% -
XYZ 11.39 7.04 1.37 -
YUV 67.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 138 41 19 0 0.70 0.86 0.46 11.09 0.76 0.31
Hex 8A 29 13 0 46 56 2E B 4C 1F
Octal 212 51 23 0 106 126 56 13 114 37
Binary 10001010 101001 10011 0 1000110 1010110 101110 1011 1001100 11111

Color Harmonies of #8A2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2913

Black with #8A2913

Text Example


Text Example

White with #8A2913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,41,19); }

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

background-color css

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

 a { background-color: rgb(138,41,19); }

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

border-color css

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

 span { border-color: rgb(138,41,19); }

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