#955F07

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

Shades of Golden Brown #955F07

Tints of Golden Brown #955F07

Color information

#955F07 (or 0x955F07) is unknown color: approx Golden Brown. HEX triplet: 95, 5F and 07. RGB value is (149,95,7). Sum of RGB (Red+Green+Blue) = 149+95+7=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #955F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F07 is #6AA0F8. Grayscale: #656565. Windows color (decimal): -6988025 or 483221. OLE color: 483221.

HSL color Cylindrical-coordinate representation of color #955F07: hue angle of 37.18º 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 #955F07 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149957-
CMYK00.360.950.42
HSL37.18º91.03%30.59%-
HSV(B)37.18º95.3%58.43%-
XYZ16.5214.592.15-
YUV101.1174.89162.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 7 (3.12% from 255) = 2.79%
R=59.36%
G=37.85%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14995700.360.950.4237.1891.0330.59
Hex955F70245F2A255b1f
Octal2251377044137524513337
Binary10010101101111111101001001011111101010100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955F07; }

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

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

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

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

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

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

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

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