#9C3A08

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

Shades of Saddle Brown #9C3A08

Tints of Saddle Brown #9C3A08

Color information

#9C3A08 (or 0x9C3A08) is unknown color: approx Saddle Brown. HEX triplet: 9C, 3A and 08. RGB value is (156,58,8). Sum of RGB (Red+Green+Blue) = 156+58+8=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3A08 is #63C5F7. Grayscale: #515151. Windows color (decimal): -6538744 or 539292. OLE color: 539292.

HSL color Cylindrical-coordinate representation of color #9C3A08: hue angle of 20.27º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C3A08 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB156588-
CMYK00.630.950.39
HSL20.27º90.24%32.16%-
HSV(B)20.27º94.87%61.18%-
XYZ15.2710.111.38-
YUV81.686.47181.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 70.27%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=70.27%
G=26.13%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15658800.630.950.3920.2790.2432.16
Hex9C3A803F5F27145a20
Octal2347210077137472413240
Binary10011100111010100001111111011111100111101001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,58,8); }

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

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

 a { background-color: rgb(156,58,8); }

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

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

 span { border-color: rgb(156,58,8); }

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