#99500E

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

Shades of Saddle Brown #99500E

Tints of Saddle Brown #99500E

Color information

#99500E (or 0x99500E) is unknown color: approx Saddle Brown. HEX triplet: 99, 50 and 0E. RGB value is (153,80,14). Sum of RGB (Red+Green+Blue) = 153+80+14=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99500E is #66AFF1. Grayscale: #5E5E5E. Windows color (decimal): -6729714 or 938137. OLE color: 938137.

HSL color Cylindrical-coordinate representation of color #99500E: hue angle of 28.49º 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 #99500E is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB1538014-
CMYK00.480.910.4
HSL28.49º83.23%32.75%-
HSV(B)28.49º90.85%60%-
XYZ16.0812.541.99-
YUV94.382.68169.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 14 (5.86% from 255) = 5.67%
R=61.94%
G=32.39%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153801400.480.910.428.4983.2332.75
Hex9950E0305B281c5321
Octal23112016060133503412341
Binary100110011010000111001100001011011101000111001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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