#9B4C16

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

Shades of Saddle Brown #9B4C16

Tints of Saddle Brown #9B4C16

Color information

#9B4C16 (or 0x9B4C16) is unknown color: approx Saddle Brown. HEX triplet: 9B, 4C and 16. RGB value is (155,76,22). Sum of RGB (Red+Green+Blue) = 155+76+22=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4C16 is #64B3E9. Grayscale: #5D5D5D. Windows color (decimal): -6599658 or 1461403. OLE color: 1461403.

HSL color Cylindrical-coordinate representation of color #9B4C16: hue angle of 24.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B4C16 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1557622-
CMYK00.510.860.39
HSL24.36º75.14%34.71%-
HSV(B)24.36º85.81%60.78%-
XYZ16.2512.22.26-
YUV93.4687.67171.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=61.26%
G=30.04%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155762200.510.860.3924.3675.1434.71
Hex9B4C160335627184b23
Octal23311426063126473011343
Binary1001101110011001011001100111010110100111110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,22); }

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

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

 a { background-color: rgb(155,76,22); }

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

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

 span { border-color: rgb(155,76,22); }

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