Html Css Color HEX #9A290A Burnt Umber

📋 copy color: '#9A290A'

red 154 ◦ green 41 ◦ blue 10

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

Shades of Burnt Umber #9A290A

Tints of Burnt Umber #9A290A

RGB

 RED value IS 154 (60.55% from 255) = 75.12%

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 75.12%
G = 20%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A290A (or 0x9A290A) is known color: Burnt Umber. HEX triplet: 9A, 29 and 0A. RGB value is (154,41,10). Sum of RGB (Red+Green+Blue) = 154+41+10=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A290A is #65D6F5. Grayscale: #474747. Windows color (decimal): -6674166 or 666010. OLE color: 666010.

HSL color Cylindrical-coordinate representation of color #9A290A: hue angle of 12.92º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A290A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 41 10 -
CMYK 0 0.73 0.94 0.40
HSL 12.92º 0.88% 0.32% -
HSV(B) 12.92º 0.94% 0.6% -
XYZ 14.17 8.48 1.18 -
YUV 71.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 154 41 10 0 0.73 0.94 0.40 12.92 0.88 0.32
Hex 9A 29 A 0 49 5E 28 D 58 20
Octal 232 51 12 0 111 136 50 15 130 40
Binary 10011010 101001 1010 0 1001001 1011110 101000 1101 1011000 100000

Color Harmonies of #9A290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A290A

Black with #9A290A

Text Example


Text Example

White with #9A290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A290A; }

 p { color: rgb(154,41,10); }

 H1.HeaderClassName
 {
   color: #9A290A;
 }
 .AnyTagClassName
 {
   color: #9A290A;
 }
</style>

background-color css

<style>
 a { background-color: #9A290A; }

 a { background-color: rgb(154,41,10); }

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

border-color css

<style>
 span { border-color: #9A290A; }

 span { border-color: rgb(154,41,10); }

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