#955408

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

Shades of Golden Brown #955408

Tints of Golden Brown #955408

Color information

#955408 (or 0x955408) is unknown color: approx Golden Brown. HEX triplet: 95, 54 and 08. RGB value is (149,84,8). Sum of RGB (Red+Green+Blue) = 149+84+8=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #955408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955408 is #6AABF7. Grayscale: #5F5F5F. Windows color (decimal): -6990840 or 545941. OLE color: 545941.

HSL color Cylindrical-coordinate representation of color #955408: hue angle of 32.34º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #955408 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149848-
CMYK00.440.950.42
HSL32.34º89.81%30.78%-
HSV(B)32.34º94.63%58.43%-
XYZ15.6112.751.87-
YUV94.7779.03166.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=61.83%
G=34.85%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14984800.440.950.4232.3489.8130.78
Hex9554802C5F2A205a1f
Octal22512410054137524013237
Binary100101011010100100001011001011111101010100000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955408; }

 p { color: rgb(149,84,8); }

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

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

 a { background-color: rgb(149,84,8); }

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

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

 span { border-color: rgb(149,84,8); }

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