#9B4C03

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

Shades of Saddle Brown #9B4C03

Tints of Saddle Brown #9B4C03

Color information

#9B4C03 (or 0x9B4C03) is unknown color: approx Saddle Brown. HEX triplet: 9B, 4C and 03. RGB value is (155,76,3). Sum of RGB (Red+Green+Blue) = 155+76+3=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4C03 is #64B3FC. Grayscale: #5B5B5B. Windows color (decimal): -6599677 or 216219. OLE color: 216219.

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

Color convert

RGB155763-
CMYK00.510.980.39
HSL28.82º96.2%30.98%-
HSV(B)28.82º98.06%60.78%-
XYZ16.1212.141.58-
YUV91.378.17173.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.24%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=66.24%
G=32.48%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15576300.510.980.3928.8296.230.98
Hex9B4C303362271d601f
Octal2331143063142473514037
Binary100110111001100110110011110001010011111101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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