#95580A

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

Shades of Golden Brown #95580A

Tints of Golden Brown #95580A

Color information

#95580A (or 0x95580A) is unknown color: approx Golden Brown. HEX triplet: 95, 58 and 0A. RGB value is (149,88,10). Sum of RGB (Red+Green+Blue) = 149+88+10=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95580A is #6AA7F5. Grayscale: #616161. Windows color (decimal): -6989814 or 678037. OLE color: 678037.

HSL color Cylindrical-coordinate representation of color #95580A: hue angle of 33.67º 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 #95580A is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1498810-
CMYK00.410.930.42
HSL33.67º87.42%31.18%-
HSV(B)33.67º93.29%58.43%-
XYZ15.9413.392.03-
YUV97.3578.71164.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.32%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 10 (4.30% from 255) = 4.05%
R=60.32%
G=35.63%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149881000.410.930.4233.6787.4231.18
Hex9558A0295D2A22571f
Octal22513012051135524212737
Binary100101011011000101001010011011101101010100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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