#955C10

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

Shades of Golden Brown #955C10

Tints of Golden Brown #955C10

Color information

#955C10 (or 0x955C10) is unknown color: approx Golden Brown. HEX triplet: 95, 5C and 10. RGB value is (149,92,16). Sum of RGB (Red+Green+Blue) = 149+92+16=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #955C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C10 is #6AA3EF. Grayscale: #646464. Windows color (decimal): -6988784 or 1072277. OLE color: 1072277.

HSL color Cylindrical-coordinate representation of color #955C10: hue angle of 34.29º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #955C10 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1499216-
CMYK00.380.890.42
HSL34.29º80.61%32.35%-
HSV(B)34.29º89.26%58.43%-
XYZ16.3214.082.35-
YUV100.3880.38162.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 16 (6.64% from 255) = 6.23%
R=57.98%
G=35.80%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149921600.380.890.4234.2980.6132.35
Hex955C10026592A225120
Octal22513420046131524212140
Binary10010101101110010000010011010110011010101000101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,92,16); }

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

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

 a { background-color: rgb(149,92,16); }

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

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

 span { border-color: rgb(149,92,16); }

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