#955307

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

Shades of Saddle Brown #955307

Tints of Saddle Brown #955307

Color information

#955307 (or 0x955307) is unknown color: approx Saddle Brown. HEX triplet: 95, 53 and 07. RGB value is (149,83,7). Sum of RGB (Red+Green+Blue) = 149+83+7=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #955307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955307 is #6AACF8. Grayscale: #5E5E5E. Windows color (decimal): -6991097 or 480149. OLE color: 480149.

HSL color Cylindrical-coordinate representation of color #955307: hue angle of 32.11º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #955307 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149837-
CMYK00.440.950.42
HSL32.11º91.03%30.59%-
HSV(B)32.11º95.3%58.43%-
XYZ15.5312.591.81-
YUV94.0778.87167.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 7 (3.12% from 255) = 2.93%
R=62.34%
G=34.73%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14983700.440.950.4232.1191.0330.59
Hex9553702C5F2A205b1f
Octal2251237054137524013337
Binary10010101101001111101011001011111101010100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955307; }

 p { color: rgb(149,83,7); }

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

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

 a { background-color: rgb(149,83,7); }

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

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

 span { border-color: rgb(149,83,7); }

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