#955513

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

Shades of Golden Brown #955513

Tints of Golden Brown #955513

Color information

#955513 (or 0x955513) is unknown color: approx Golden Brown. HEX triplet: 95, 55 and 13. RGB value is (149,85,19). Sum of RGB (Red+Green+Blue) = 149+85+19=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #955513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955513 is #6AAAEC. Grayscale: #606060. Windows color (decimal): -6990573 or 1267093. OLE color: 1267093.

HSL color Cylindrical-coordinate representation of color #955513: hue angle of 30.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #955513 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1498519-
CMYK00.430.870.42
HSL30.46º77.38%32.94%-
HSV(B)30.46º87.25%58.43%-
XYZ15.7612.932.28-
YUV96.6184.2165.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.89%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=58.89%
G=33.60%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149851900.430.870.4230.4677.3832.94
Hex95551302B572A1e4d21
Octal22512523053127523611541
Binary1001010110101011001101010111010111101010111101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955513; }

 p { color: rgb(149,85,19); }

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

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

 a { background-color: rgb(149,85,19); }

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

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

 span { border-color: rgb(149,85,19); }

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