#95590f

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

Shades of Golden Brown #95590F

Tints of Golden Brown #95590F

Color information

#95590F (or 0x95590F) is unknown color: approx Golden Brown. HEX triplet: 95, 59 and 0F. RGB value is (149,89,15). Sum of RGB (Red+Green+Blue) = 149+89+15=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #95590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95590F is #6AA6F0. Grayscale: #626262. Windows color (decimal): -6989553 or 1005973. OLE color: 1005973.

HSL color Cylindrical-coordinate representation of color #95590F: hue angle of 33.13º 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 #95590F is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1498915-
CMYK00.400.900.42
HSL33.13º81.71%32.16%-
HSV(B)33.13º89.93%58.43%-
XYZ16.0513.572.22-
YUV98.580.88164.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.89%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=58.89%
G=35.18%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149891500.400.900.4233.1381.7132.16
Hex9559F0285A2A215220
Octal22513117050132524112240
Binary1001010110110011111010100010110101010101000011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95590f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95590f; }

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

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

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

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

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

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

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

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