#9B4702

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

Shades of Saddle Brown #9B4702

Tints of Saddle Brown #9B4702

Color information

#9B4702 (or 0x9B4702) is unknown color: approx Saddle Brown. HEX triplet: 9B, 47 and 02. RGB value is (155,71,2). Sum of RGB (Red+Green+Blue) = 155+71+2=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4702 is #64B8FD. Grayscale: #585858. Windows color (decimal): -6600958 or 149403. OLE color: 149403.

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

Color convert

RGB155712-
CMYK00.540.990.39
HSL27.06º97.45%30.78%-
HSV(B)27.06º98.71%60.78%-
XYZ15.7811.481.44-
YUV88.2579.33175.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.98%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=67.98%
G=31.14%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15571200.540.990.3927.0697.4530.78
Hex9B47203663271b611f
Octal2331072066143473314137
Binary100110111000111100110110110001110011111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,2); }

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

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

 a { background-color: rgb(155,71,2); }

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

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

 span { border-color: rgb(155,71,2); }

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