Html Css Color HEX #9A2F16 Burnt Umber

📋 copy color: '#9A2F16'

red 154 ◦ green 47 ◦ blue 22

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

Shades of Burnt Umber #9A2F16

Tints of Burnt Umber #9A2F16

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.08%

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 69.06%
G = 21.08%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A2F16 (or 0x9A2F16) is known color: Burnt Umber. HEX triplet: 9A, 2F and 16. RGB value is (154,47,22). Sum of RGB (Red+Green+Blue) = 154+47+22=223 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.06% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2F16 is #65D0E9. Grayscale: #4C4C4C. Windows color (decimal): -6672618 or 1453978. OLE color: 1453978.

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

Color convert

RGB 154 47 22 -
CMYK 0 0.69 0.86 0.40
HSL 11.36º 0.75% 0.35% -
HSV(B) 11.36º 0.86% 0.6% -
XYZ 14.49 8.96 1.73 -
YUV 76.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 154 47 22 0 0.69 0.86 0.40 11.36 0.75 0.35
Hex 9A 2F 16 0 45 56 28 B 4B 23
Octal 232 57 26 0 105 126 50 13 113 43
Binary 10011010 101111 10110 0 1000101 1010110 101000 1011 1001011 100011

Color Harmonies of #9A2F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2F16

Black with #9A2F16

Text Example


Text Example

White with #9A2F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,47,22); }

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

background-color css

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

 a { background-color: rgb(154,47,22); }

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

border-color css

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

 span { border-color: rgb(154,47,22); }

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