#9B4E03

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

Shades of Saddle Brown #9B4E03

Tints of Saddle Brown #9B4E03

Color information

#9B4E03 (or 0x9B4E03) is unknown color: approx Saddle Brown. HEX triplet: 9B, 4E and 03. RGB value is (155,78,3). Sum of RGB (Red+Green+Blue) = 155+78+3=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B4E03 is #64B1FC. Grayscale: #5C5C5C. Windows color (decimal): -6599165 or 216731. OLE color: 216731.

HSL color Cylindrical-coordinate representation of color #9B4E03: hue angle of 29.61º 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 #9B4E03 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB155783-
CMYK00.500.980.39
HSL29.61º96.2%30.98%-
HSV(B)29.61º98.06%60.78%-
XYZ16.2612.421.63-
YUV92.4777.51172.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.68%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=65.68%
G=33.05%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15578300.500.980.3929.6196.230.98
Hex9B4E303262271e601f
Octal2331163062142473614037
Binary100110111001110110110010110001010011111110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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