#99340C

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

Shades of Saddle Brown #99340C

Tints of Saddle Brown #99340C

Color information

#99340C (or 0x99340C) is unknown color: approx Saddle Brown. HEX triplet: 99, 34 and 0C. RGB value is (153,52,12). Sum of RGB (Red+Green+Blue) = 153+52+12=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99340C is #66CBF3. Grayscale: #4D4D4D. Windows color (decimal): -6736884 or 799897. OLE color: 799897.

HSL color Cylindrical-coordinate representation of color #99340C: hue angle of 17.02º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99340C is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1535212-
CMYK00.660.920.4
HSL17.02º85.45%32.35%-
HSV(B)17.02º92.16%60%-
XYZ14.439.251.37-
YUV77.6490.96181.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=70.51%
G=23.96%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153521200.660.920.417.0285.4532.35
Hex9934C0425C28115520
Octal23164140102134502112540
Binary100110011101001100010000101011100101000100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99340C; }

 p { color: rgb(153,52,12); }

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

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

 a { background-color: rgb(153,52,12); }

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

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

 span { border-color: rgb(153,52,12); }

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