#95300C

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

Shades of Saddle Brown #95300C

Tints of Saddle Brown #95300C

Color information

#95300C (or 0x95300C) is unknown color: approx Saddle Brown. HEX triplet: 95, 30 and 0C. RGB value is (149,48,12). Sum of RGB (Red+Green+Blue) = 149+48+12=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #95300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95300C is #6ACFF3. Grayscale: #4A4A4A. Windows color (decimal): -7000052 or 798869. OLE color: 798869.

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

Color convert

RGB1494812-
CMYK00.680.920.42
HSL15.77º85.09%31.57%-
HSV(B)15.77º91.95%58.43%-
XYZ13.528.531.28-
YUV74.0992.96181.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=71.29%
G=22.97%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149481200.680.920.4215.7785.0931.57
Hex9530C0445C2A105520
Octal22560140104134522012540
Binary100101011100001100010001001011100101010100001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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