#99570E

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

Shades of Golden Brown #99570E

Tints of Golden Brown #99570E

Color information

#99570E (or 0x99570E) is unknown color: approx Golden Brown. HEX triplet: 99, 57 and 0E. RGB value is (153,87,14). Sum of RGB (Red+Green+Blue) = 153+87+14=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99570E is #66A8F1. Grayscale: #626262. Windows color (decimal): -6727922 or 939929. OLE color: 939929.

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

Color convert

RGB1538714-
CMYK00.430.910.4
HSL31.51º83.23%32.75%-
HSV(B)31.51º90.85%60%-
XYZ16.6213.622.17-
YUV98.4180.37166.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 14 (5.86% from 255) = 5.51%
R=60.24%
G=34.25%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153871400.430.910.431.5183.2332.75
Hex9957E02B5B28205321
Octal23112716053133504012341
Binary1001100110101111110010101110110111010001000001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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