Html Css Color HEX #9A3211 Burnt Umber

📋 copy color: '#9A3211'

red 154 ◦ green 50 ◦ blue 17

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

Shades of Burnt Umber #9A3211

Tints of Burnt Umber #9A3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 69.68%
G = 22.62%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#9A3211 (or 0x9A3211) is known color: Burnt Umber. HEX triplet: 9A, 32 and 11. RGB value is (154,50,17). Sum of RGB (Red+Green+Blue) = 154+50+17=221 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.68% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3211 is #65CDEE. Grayscale: #4D4D4D. Windows color (decimal): -6671855 or 1127066. OLE color: 1127066.

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

Color convert

RGB 154 50 17 -
CMYK 0 0.68 0.89 0.40
HSL 14.45º 0.8% 0.34% -
HSV(B) 14.45º 0.89% 0.6% -
XYZ 14.57 9.19 1.54 -
YUV 77.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 154 50 17 0 0.68 0.89 0.40 14.45 0.8 0.34
Hex 9A 32 11 0 44 59 28 E 50 22
Octal 232 62 21 0 104 131 50 16 120 42
Binary 10011010 110010 10001 0 1000100 1011001 101000 1110 1010000 100010

Color Harmonies of #9A3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3211

Black with #9A3211

Text Example


Text Example

White with #9A3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,50,17); }

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

background-color css

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

 a { background-color: rgb(154,50,17); }

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

border-color css

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

 span { border-color: rgb(154,50,17); }

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