#955D15

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

Shades of Golden Brown #955D15

Tints of Golden Brown #955D15

Color information

#955D15 (or 0x955D15) is unknown color: approx Golden Brown. HEX triplet: 95, 5D and 15. RGB value is (149,93,21). Sum of RGB (Red+Green+Blue) = 149+93+21=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #955D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955D15 is #6AA2EA. Grayscale: #656565. Windows color (decimal): -6988523 or 1400213. OLE color: 1400213.

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

Color convert

RGB1499321-
CMYK00.380.860.42
HSL33.75º75.29%33.33%-
HSV(B)33.75º85.91%58.43%-
XYZ16.4414.272.6-
YUV101.5482.55161.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=56.65%
G=35.36%
B=7.98%

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
Decimal149932100.380.860.4233.7575.2933.33
Hex955D15026562A224b21
Octal22513525046126524211341
Binary10010101101110110101010011010101101010101000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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