#95340C

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

Shades of Saddle Brown #95340C

Tints of Saddle Brown #95340C

Color information

#95340C (or 0x95340C) is unknown color: approx Saddle Brown. HEX triplet: 95, 34 and 0C. RGB value is (149,52,12). Sum of RGB (Red+Green+Blue) = 149+52+12=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95340C is #6ACBF3. Grayscale: #4C4C4C. Windows color (decimal): -6999028 or 799893. OLE color: 799893.

HSL color Cylindrical-coordinate representation of color #95340C: hue angle of 17.52º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95340C is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1495212-
CMYK00.650.920.42
HSL17.52º85.09%31.57%-
HSV(B)17.52º91.95%58.43%-
XYZ13.698.871.34-
YUV76.4491.64179.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.95%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 12 (5.08% from 255) = 5.63%
R=69.95%
G=24.41%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149521200.650.920.4217.5285.0931.57
Hex9534C0415C2A125520
Octal22564140101134522212540
Binary100101011101001100010000011011100101010100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95340C; }

 p { color: rgb(149,52,12); }

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

<style>
 a { background-color: #95340C; }

 a { background-color: rgb(149,52,12); }

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

<style>
 span { border-color: #95340C; }

 span { border-color: rgb(149,52,12); }

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