#994612

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

Shades of Saddle Brown #994612

Tints of Saddle Brown #994612

Color information

#994612 (or 0x994612) is unknown color: approx Saddle Brown. HEX triplet: 99, 46 and 12. RGB value is (153,70,18). Sum of RGB (Red+Green+Blue) = 153+70+18=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #994612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994612 is #66B9ED. Grayscale: #595959. Windows color (decimal): -6732270 or 1197721. OLE color: 1197721.

HSL color Cylindrical-coordinate representation of color #994612: hue angle of 23.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #994612 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1537018-
CMYK00.540.880.4
HSL23.11º78.95%33.53%-
HSV(B)23.11º88.24%60%-
XYZ15.4411.21.92-
YUV88.8988173.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=63.49%
G=29.05%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153701800.540.880.423.1178.9533.53
Hex9946120365828174f22
Octal23110622066130502711742
Binary1001100110001101001001101101011000101000101111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994612; }

 p { color: rgb(153,70,18); }

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

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

 a { background-color: rgb(153,70,18); }

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

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

 span { border-color: rgb(153,70,18); }

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