Html Css Color HEX #9A290C Burnt Umber

📋 copy color: '#9A290C'

red 154 ◦ green 41 ◦ blue 12

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

Shades of Burnt Umber #9A290C

Tints of Burnt Umber #9A290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 74.4%
G = 19.81%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A290C (or 0x9A290C) is known color: Burnt Umber. HEX triplet: 9A, 29 and 0C. RGB value is (154,41,12). Sum of RGB (Red+Green+Blue) = 154+41+12=207 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.40% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 154 - color contains mainly: red. Hex color #9A290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A290C is #65D6F3. Grayscale: #474747. Windows color (decimal): -6674164 or 797082. OLE color: 797082.

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

Color convert

RGB 154 41 12 -
CMYK 0 0.73 0.92 0.40
HSL 12.25º 0.86% 0.33% -
HSV(B) 12.25º 0.92% 0.6% -
XYZ 14.19 8.48 1.24 -
YUV 71.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 154 41 12 0 0.73 0.92 0.40 12.25 0.86 0.33
Hex 9A 29 C 0 49 5C 28 C 56 21
Octal 232 51 14 0 111 134 50 14 126 41
Binary 10011010 101001 1100 0 1001001 1011100 101000 1100 1010110 100001

Color Harmonies of #9A290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A290C

Black with #9A290C

Text Example


Text Example

White with #9A290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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