#95590A

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

Shades of Golden Brown #95590A

Tints of Golden Brown #95590A

Color information

#95590A (or 0x95590A) is unknown color: approx Golden Brown. HEX triplet: 95, 59 and 0A. RGB value is (149,89,10). Sum of RGB (Red+Green+Blue) = 149+89+10=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95590A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95590A is #6AA6F5. Grayscale: #626262. Windows color (decimal): -6989558 or 678293. OLE color: 678293.

HSL color Cylindrical-coordinate representation of color #95590A: hue angle of 34.1º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95590A is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1498910-
CMYK00.400.930.42
HSL34.1º87.42%31.18%-
HSV(B)34.1º93.29%58.43%-
XYZ16.0213.562.06-
YUV97.9378.38164.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=60.08%
G=35.89%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149891000.400.930.4234.187.4231.18
Hex9559A0285D2A22571f
Octal22513112050135524212737
Binary100101011011001101001010001011101101010100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95590A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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