#9C2E05

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

Shades of Saddle Brown #9C2E05

Tints of Saddle Brown #9C2E05

Color information

#9C2E05 (or 0x9C2E05) is unknown color: approx Saddle Brown. HEX triplet: 9C, 2E and 05. RGB value is (156,46,5). Sum of RGB (Red+Green+Blue) = 156+46+5=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2E05 is #63D1FA. Grayscale: #4A4A4A. Windows color (decimal): -6541819 or 339612. OLE color: 339612.

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

Color convert

RGB156465-
CMYK00.710.970.39
HSL16.29º93.79%31.57%-
HSV(B)16.29º96.79%61.18%-
XYZ14.719.031.11-
YUV74.2288.94186.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 75.36%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 5 (2.34% from 255) = 2.42%
R=75.36%
G=22.22%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15646500.710.970.3916.2993.7931.57
Hex9C2E50476127105e20
Octal2345650107141472013640
Binary10011100101110101010001111100001100111100001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,46,5); }

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

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

 a { background-color: rgb(156,46,5); }

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

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

 span { border-color: rgb(156,46,5); }

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