#955715

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

Shades of Golden Brown #955715

Tints of Golden Brown #955715

Color information

#955715 (or 0x955715) is unknown color: approx Golden Brown. HEX triplet: 95, 57 and 15. RGB value is (149,87,21). Sum of RGB (Red+Green+Blue) = 149+87+21=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #955715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955715 is #6AA8EA. Grayscale: #626262. Windows color (decimal): -6990059 or 1398677. OLE color: 1398677.

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

Color convert

RGB1498721-
CMYK00.420.860.42
HSL30.94º75.29%33.33%-
HSV(B)30.94º85.91%58.43%-
XYZ15.9413.262.43-
YUV98.0184.54164.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=57.98%
G=33.85%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149872100.420.860.4230.9475.2933.33
Hex95571502A562A1f4b21
Octal22512725052126523711341
Binary1001010110101111010101010101010110101010111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955715; }

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

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

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

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

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

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

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

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