#955814

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

Shades of Golden Brown #955814

Tints of Golden Brown #955814

Color information

#955814 (or 0x955814) is unknown color: approx Golden Brown. HEX triplet: 95, 58 and 14. RGB value is (149,88,20). Sum of RGB (Red+Green+Blue) = 149+88+20=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #955814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955814 is #6AA7EB. Grayscale: #626262. Windows color (decimal): -6989804 or 1333397. OLE color: 1333397.

HSL color Cylindrical-coordinate representation of color #955814: hue angle of 31.63º degrees, saturation: 0.76, 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 #955814 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1498820-
CMYK00.410.870.42
HSL31.63º76.33%33.14%-
HSV(B)31.63º86.58%58.43%-
XYZ16.0113.422.41-
YUV98.4983.71164.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 20 (8.20% from 255) = 7.78%
R=57.98%
G=34.24%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149882000.410.870.4231.6376.3333.14
Hex955814029572A204c21
Octal22513024051127524011441
Binary10010101101100010100010100110101111010101000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955814; }

 p { color: rgb(149,88,20); }

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

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

 a { background-color: rgb(149,88,20); }

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

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

 span { border-color: rgb(149,88,20); }

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