Html Css Color HEX #9A2E15 Burnt Umber

📋 copy color: '#9A2E15'

red 154 ◦ green 46 ◦ blue 21

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

Shades of Burnt Umber #9A2E15

Tints of Burnt Umber #9A2E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.81%

 BLUE value IS 21 (8.59% from 255) = 9.5%

R = 69.68%
G = 20.81%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A2E15 (or 0x9A2E15) is known color: Burnt Umber. HEX triplet: 9A, 2E and 15. RGB value is (154,46,21). Sum of RGB (Red+Green+Blue) = 154+46+21=221 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.68% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2E15 is #65D1EA. Grayscale: #4B4B4B. Windows color (decimal): -6672875 or 1388186. OLE color: 1388186.

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

Color convert

RGB 154 46 21 -
CMYK 0 0.70 0.86 0.40
HSL 11.28º 0.76% 0.34% -
HSV(B) 11.28º 0.86% 0.6% -
XYZ 14.44 8.88 1.66 -
YUV 75.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 154 46 21 0 0.70 0.86 0.40 11.28 0.76 0.34
Hex 9A 2E 15 0 46 56 28 B 4C 22
Octal 232 56 25 0 106 126 50 13 114 42
Binary 10011010 101110 10101 0 1000110 1010110 101000 1011 1001100 100010

Color Harmonies of #9A2E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2E15

Black with #9A2E15

Text Example


Text Example

White with #9A2E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,46,21); }

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

background-color css

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

 a { background-color: rgb(154,46,21); }

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

border-color css

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

 span { border-color: rgb(154,46,21); }

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