#99570D

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

Shades of Golden Brown #99570D

Tints of Golden Brown #99570D

Color information

#99570D (or 0x99570D) is unknown color: approx Golden Brown. HEX triplet: 99, 57 and 0D. RGB value is (153,87,13). Sum of RGB (Red+Green+Blue) = 153+87+13=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99570D is #66A8F2. Grayscale: #626262. Windows color (decimal): -6727923 or 874393. OLE color: 874393.

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

Color convert

RGB1538713-
CMYK00.430.920.4
HSL31.71º84.34%32.55%-
HSV(B)31.71º91.5%60%-
XYZ16.6213.622.13-
YUV98.379.87167.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 13 (5.47% from 255) = 5.14%
R=60.47%
G=34.39%
B=5.14%

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
Decimal153871300.430.920.431.7184.3432.55
Hex9957D02B5C28205421
Octal23112715053134504012441
Binary1001100110101111101010101110111001010001000001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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