#9A2F0B

Color #9A2F0B Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9A2F0B

Tints of Saddle Brown #9A2F0B

Color information

#9A2F0B (or 0x9A2F0B) is unknown color: approx Saddle Brown. HEX triplet: 9A, 2F and 0B. RGB value is (154,47,11). Sum of RGB (Red+Green+Blue) = 154+47+11=212 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.64% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2F0B is #65D0F4. Grayscale: #4B4B4B. Windows color (decimal): -6672629 or 733082. OLE color: 733082.

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

Color convert

RGB1544711-
CMYK00.690.930.40
HSL15.1º86.67%32.35%-
HSV(B)15.1º92.86%60.39%-
XYZ14.48.931.28-
YUV74.8991.95184.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 72.64%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=72.64%
G=22.17%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154471100.690.930.4015.186.6732.35
Hex9A2FB0455D28f5720
Octal23257130105135501712740
Binary10011010101111101101000101101110110100011111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A2F0B;
 }
 .AnyTagClassName
 {
   color: #9A2F0B;
 }
</style>
background-color css

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

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

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

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

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

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