#955C00

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

Shades of Golden Brown #955C00

Tints of Golden Brown #955C00

Color information

#955C00 (or 0x955C00) is unknown color: approx Golden Brown. HEX triplet: 95, 5C and 00. RGB value is (149,92,0). Sum of RGB (Red+Green+Blue) = 149+92+0=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #955C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C00 is #6AA3FF. Grayscale: #626262. Windows color (decimal): -6988800 or 23701. OLE color: 23701.

HSL color Cylindrical-coordinate representation of color #955C00: hue angle of 37.05º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #955C00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB149920-
CMYK00.3810.42
HSL37.05º100%29.22%-
HSV(B)37.05º100%58.43%-
XYZ16.2214.041.86-
YUV98.5672.38163.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.83%
G=38.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14992000.3810.4237.0510029.22
Hex955C0026642A25641d
Octal2251340046144524514435
Binary100101011011100001001101100100101010100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,92,0); }

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

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

 a { background-color: rgb(149,92,0); }

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

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

 span { border-color: rgb(149,92,0); }

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