#99570F

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

Shades of Golden Brown #99570F

Tints of Golden Brown #99570F

Color information

#99570F (or 0x99570F) is unknown color: approx Golden Brown. HEX triplet: 99, 57 and 0F. RGB value is (153,87,15). Sum of RGB (Red+Green+Blue) = 153+87+15=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #99570F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99570F is #66A8F0. Grayscale: #626262. Windows color (decimal): -6727921 or 1005465. OLE color: 1005465.

HSL color Cylindrical-coordinate representation of color #99570F: hue angle of 31.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99570F is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1538715-
CMYK00.430.900.4
HSL31.3º82.14%32.94%-
HSV(B)31.3º90.2%60%-
XYZ16.6313.622.2-
YUV98.5380.87166.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=60%
G=34.12%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153871500.430.900.431.382.1432.94
Hex9957F02B5A281f5221
Octal23112717053132503712241
Binary100110011010111111101010111011010101000111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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