#955f0f

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

Shades of Golden Brown #955F0F

Tints of Golden Brown #955F0F

Color information

#955F0F (or 0x955F0F) is unknown color: approx Golden Brown. HEX triplet: 95, 5F and 0F. RGB value is (149,95,15). Sum of RGB (Red+Green+Blue) = 149+95+15=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #955F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F0F is #6AA0F0. Grayscale: #666666. Windows color (decimal): -6988017 or 1007509. OLE color: 1007509.

HSL color Cylindrical-coordinate representation of color #955F0F: hue angle of 35.82º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #955F0F is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1499515-
CMYK00.360.900.42
HSL35.82º81.71%32.16%-
HSV(B)35.82º89.93%58.43%-
XYZ16.5714.612.4-
YUV102.0378.89161.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=57.53%
G=36.68%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149951500.360.900.4235.8281.7132.16
Hex955FF0245A2A245220
Octal22513717044132524412240
Binary1001010110111111111010010010110101010101001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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