#95450C

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

Shades of Saddle Brown #95450C

Tints of Saddle Brown #95450C

Color information

#95450C (or 0x95450C) is unknown color: approx Saddle Brown. HEX triplet: 95, 45 and 0C. RGB value is (149,69,12). Sum of RGB (Red+Green+Blue) = 149+69+12=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95450C is #6ABAF3. Grayscale: #565656. Windows color (decimal): -6994676 or 804245. OLE color: 804245.

HSL color Cylindrical-coordinate representation of color #95450C: hue angle of 24.96º 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 #95450C is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1496912-
CMYK00.540.920.42
HSL24.96º85.09%31.57%-
HSV(B)24.96º91.95%58.43%-
XYZ14.5910.671.64-
YUV86.4286172.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 12 (5.08% from 255) = 5.22%
R=64.78%
G=30%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149691200.540.920.4224.9685.0931.57
Hex9545C0365C2A195520
Octal22510514066134523112540
Binary100101011000101110001101101011100101010110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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