#955C15

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

Shades of Golden Brown #955C15

Tints of Golden Brown #955C15

Color information

#955C15 (or 0x955C15) is unknown color: approx Golden Brown. HEX triplet: 95, 5C and 15. RGB value is (149,92,21). Sum of RGB (Red+Green+Blue) = 149+92+21=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #955C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C15 is #6AA3EA. Grayscale: #656565. Windows color (decimal): -6988779 or 1399957. OLE color: 1399957.

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

Color convert

RGB1499221-
CMYK00.380.860.42
HSL33.28º75.29%33.33%-
HSV(B)33.28º85.91%58.43%-
XYZ16.3614.12.57-
YUV100.9582.88162.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.87%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 21 (8.59% from 255) = 8.02%
R=56.87%
G=35.11%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149922100.380.860.4233.2875.2933.33
Hex955C15026562A214b21
Octal22513425046126524111341
Binary10010101101110010101010011010101101010101000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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