#99570C

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

Shades of Golden Brown #99570C

Tints of Golden Brown #99570C

Color information

#99570C (or 0x99570C) is unknown color: approx Golden Brown. HEX triplet: 99, 57 and 0C. RGB value is (153,87,12). Sum of RGB (Red+Green+Blue) = 153+87+12=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #99570C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99570C is #66A8F3. Grayscale: #626262. Windows color (decimal): -6727924 or 808857. OLE color: 808857.

HSL color Cylindrical-coordinate representation of color #99570C: hue angle of 31.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99570C is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1538712-
CMYK00.430.920.4
HSL31.91º85.45%32.35%-
HSV(B)31.91º92.16%60%-
XYZ16.6113.622.1-
YUV98.1879.37167.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 12 (5.08% from 255) = 4.76%
R=60.71%
G=34.52%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153871200.430.920.431.9185.4532.35
Hex9957C02B5C28205520
Octal23112714053134504012540
Binary1001100110101111100010101110111001010001000001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99570C; }

 p { color: rgb(153,87,12); }

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

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

 a { background-color: rgb(153,87,12); }

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

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

 span { border-color: rgb(153,87,12); }

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