#9A4E0B

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

Shades of Saddle Brown #9A4E0B

Tints of Saddle Brown #9A4E0B

Color information

#9A4E0B (or 0x9A4E0B) is unknown color: approx Saddle Brown. HEX triplet: 9A, 4E and 0B. RGB value is (154,78,11). Sum of RGB (Red+Green+Blue) = 154+78+11=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A4E0B is #65B1F4. Grayscale: #5D5D5D. Windows color (decimal): -6664693 or 741018. OLE color: 741018.

HSL color Cylindrical-coordinate representation of color #9A4E0B: hue angle of 28.11º 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 #9A4E0B is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1547811-
CMYK00.490.930.40
HSL28.11º86.67%32.35%-
HSV(B)28.11º92.86%60.39%-
XYZ16.1112.341.85-
YUV93.0981.68171.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.37%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=63.37%
G=32.10%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154781100.490.930.4028.1186.6732.35
Hex9A4EB0315D281c5720
Octal23211613061135503412740
Binary100110101001110101101100011011101101000111001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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