Html Css Color HEX #9A2E19 Burnt Umber

📋 copy color: '#9A2E19'

red 154 ◦ green 46 ◦ blue 25

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

Shades of Burnt Umber #9A2E19

Tints of Burnt Umber #9A2E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 68.44%
G = 20.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A2E19 (or 0x9A2E19) is known color: Burnt Umber. HEX triplet: 9A, 2E and 19. RGB value is (154,46,25). Sum of RGB (Red+Green+Blue) = 154+46+25=225 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.44% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2E19 is #65D1E6. Grayscale: #4C4C4C. Windows color (decimal): -6672871 or 1650330. OLE color: 1650330.

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

Color convert

RGB 154 46 25 -
CMYK 0 0.70 0.84 0.40
HSL 9.77º 0.72% 0.35% -
HSV(B) 9.77º 0.84% 0.6% -
XYZ 14.48 8.89 1.87 -
YUV 75.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 154 46 25 0 0.70 0.84 0.40 9.77 0.72 0.35
Hex 9A 2E 19 0 46 54 28 A 48 23
Octal 232 56 31 0 106 124 50 12 110 43
Binary 10011010 101110 11001 0 1000110 1010100 101000 1010 1001000 100011

Color Harmonies of #9A2E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2E19

Black with #9A2E19

Text Example


Text Example

White with #9A2E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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