#9B360D

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

Shades of Saddle Brown #9B360D

Tints of Saddle Brown #9B360D

Color information

#9B360D (or 0x9B360D) is unknown color: approx Saddle Brown. HEX triplet: 9B, 36 and 0D. RGB value is (155,54,13). Sum of RGB (Red+Green+Blue) = 155+54+13=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B360D is #64C9F2. Grayscale: #4F4F4F. Windows color (decimal): -6605299 or 865947. OLE color: 865947.

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

Color convert

RGB1555413-
CMYK00.650.920.39
HSL17.32º84.52%32.94%-
HSV(B)17.32º91.61%60.78%-
XYZ14.919.641.45-
YUV79.5290.46181.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.82%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 13 (5.47% from 255) = 5.86%
R=69.82%
G=24.32%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155541300.650.920.3917.3284.5232.94
Hex9B36D0415C27115521
Octal23366150101134472112541
Binary100110111101101101010000011011100100111100011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,13); }

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

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

 a { background-color: rgb(155,54,13); }

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

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

 span { border-color: rgb(155,54,13); }

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