#9C510D

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

Shades of Saddle Brown #9C510D

Tints of Saddle Brown #9C510D

Color information

#9C510D (or 0x9C510D) is unknown color: approx Saddle Brown. HEX triplet: 9C, 51 and 0D. RGB value is (156,81,13). Sum of RGB (Red+Green+Blue) = 156+81+13=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C510D is #63AEF2. Grayscale: #606060. Windows color (decimal): -6532851 or 872860. OLE color: 872860.

HSL color Cylindrical-coordinate representation of color #9C510D: hue angle of 28.53º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C510D is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1568113-
CMYK00.480.920.39
HSL28.53º84.62%33.14%-
HSV(B)28.53º91.67%61.18%-
XYZ16.7312.982-
YUV95.6781.35171.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.4%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 13 (5.47% from 255) = 5.2%
R=62.4%
G=32.4%
B=5.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156811300.480.920.3928.5384.6233.14
Hex9C51D0305C271d5521
Octal23412115060134473512541
Binary100111001010001110101100001011100100111111011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,13); }

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

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

 a { background-color: rgb(156,81,13); }

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

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

 span { border-color: rgb(156,81,13); }

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