#99510F

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

Shades of Saddle Brown #99510F

Tints of Saddle Brown #99510F

Color information

#99510F (or 0x99510F) is unknown color: approx Saddle Brown. HEX triplet: 99, 51 and 0F. RGB value is (153,81,15). Sum of RGB (Red+Green+Blue) = 153+81+15=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #99510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99510F is #66AEF0. Grayscale: #5F5F5F. Windows color (decimal): -6729457 or 1003929. OLE color: 1003929.

HSL color Cylindrical-coordinate representation of color #99510F: hue angle of 28.7º 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 #99510F is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1538115-
CMYK00.470.900.4
HSL28.7º82.14%32.94%-
HSV(B)28.7º90.2%60%-
XYZ16.1712.692.05-
YUV9582.85169.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.45%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 15 (6.25% from 255) = 6.02%
R=61.45%
G=32.53%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153811500.470.900.428.782.1432.94
Hex9951F02F5A281d5221
Octal23112117057132503512241
Binary100110011010001111101011111011010101000111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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