#95580C

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

Shades of Golden Brown #95580C

Tints of Golden Brown #95580C

Color information

#95580C (or 0x95580C) is unknown color: approx Golden Brown. HEX triplet: 95, 58 and 0C. RGB value is (149,88,12). Sum of RGB (Red+Green+Blue) = 149+88+12=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95580C is #6AA7F3. Grayscale: #616161. Windows color (decimal): -6989812 or 809109. OLE color: 809109.

HSL color Cylindrical-coordinate representation of color #95580C: hue angle of 33.28º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95580C is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1498812-
CMYK00.410.920.42
HSL33.28º85.09%31.57%-
HSV(B)33.28º91.95%58.43%-
XYZ15.9513.42.09-
YUV97.5779.71164.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=59.84%
G=35.34%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149881200.410.920.4233.2885.0931.57
Hex9558C0295C2A215520
Octal22513014051134524112540
Binary1001010110110001100010100110111001010101000011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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