#9B460E

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

Shades of Saddle Brown #9B460E

Tints of Saddle Brown #9B460E

Color information

#9B460E (or 0x9B460E) is unknown color: approx Saddle Brown. HEX triplet: 9B, 46 and 0E. RGB value is (155,70,14). Sum of RGB (Red+Green+Blue) = 155+70+14=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B460E is #64B9F1. Grayscale: #595959. Windows color (decimal): -6601202 or 935579. OLE color: 935579.

HSL color Cylindrical-coordinate representation of color #9B460E: hue angle of 23.83º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B460E is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB1557014-
CMYK00.550.910.39
HSL23.83º83.43%33.14%-
HSV(B)23.83º90.97%60.78%-
XYZ15.7911.381.78-
YUV89.0385.66175.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.85%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=64.85%
G=29.29%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155701400.550.910.3923.8383.4333.14
Hex9B46E0375B27185321
Octal23310616067133473012341
Binary100110111000110111001101111011011100111110001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,14); }

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

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

 a { background-color: rgb(155,70,14); }

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

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

 span { border-color: rgb(155,70,14); }

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