#95360D

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

Shades of Saddle Brown #95360D

Tints of Saddle Brown #95360D

Color information

#95360D (or 0x95360D) is unknown color: approx Saddle Brown. HEX triplet: 95, 36 and 0D. RGB value is (149,54,13). Sum of RGB (Red+Green+Blue) = 149+54+13=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #95360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95360D is #6AC9F2. Grayscale: #4D4D4D. Windows color (decimal): -6998515 or 865941. OLE color: 865941.

HSL color Cylindrical-coordinate representation of color #95360D: hue angle of 18.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95360D is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1495413-
CMYK00.640.910.42
HSL18.09º83.95%31.76%-
HSV(B)18.09º91.28%58.43%-
XYZ13.799.061.4-
YUV77.7391.47178.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.98%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 6.02%
R=68.98%
G=25%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149541300.640.910.4218.0983.9531.76
Hex9536D0405B2A125420
Octal22566150100133522212440
Binary100101011101101101010000001011011101010100101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95360D; }

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

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

<style>
 a { background-color: #95360D; }

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

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

<style>
 span { border-color: #95360D; }

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

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