#953A0E

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

Shades of Saddle Brown #953A0E

Tints of Saddle Brown #953A0E

Color information

#953A0E (or 0x953A0E) is unknown color: approx Saddle Brown. HEX triplet: 95, 3A and 0E. RGB value is (149,58,14). Sum of RGB (Red+Green+Blue) = 149+58+14=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A0E is #6AC5F1. Grayscale: #505050. Windows color (decimal): -6997490 or 932501. OLE color: 932501.

HSL color Cylindrical-coordinate representation of color #953A0E: hue angle of 19.56º degrees, saturation: 0.83, 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 #953A0E is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1495814-
CMYK00.610.910.42
HSL19.56º82.82%31.96%-
HSV(B)19.56º90.6%58.43%-
XYZ13.999.451.5-
YUV80.1990.65177.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.42%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 14 (5.86% from 255) = 6.33%
R=67.42%
G=26.24%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149581400.610.910.4219.5682.8231.96
Hex953AE03D5B2A145320
Octal2257216075133522412340
Binary10010101111010111001111011011011101010101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953A0E; }

 p { color: rgb(149,58,14); }

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

<style>
 a { background-color: #953A0E; }

 a { background-color: rgb(149,58,14); }

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

<style>
 span { border-color: #953A0E; }

 span { border-color: rgb(149,58,14); }

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