#99340F

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

Shades of Saddle Brown #99340F

Tints of Saddle Brown #99340F

Color information

#99340F (or 0x99340F) is unknown color: approx Saddle Brown. HEX triplet: 99, 34 and 0F. RGB value is (153,52,15). Sum of RGB (Red+Green+Blue) = 153+52+15=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99340F is #66CBF0. Grayscale: #4E4E4E. Windows color (decimal): -6736881 or 996505. OLE color: 996505.

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

Color convert

RGB1535215-
CMYK00.660.900.4
HSL16.09º82.14%32.94%-
HSV(B)16.09º90.2%60%-
XYZ14.459.261.48-
YUV77.9892.46181.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.55%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 15 (6.25% from 255) = 6.82%
R=69.55%
G=23.64%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153521500.660.900.416.0982.1432.94
Hex9934F0425A28105221
Octal23164170102132502012241
Binary100110011101001111010000101011010101000100001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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