#99401A

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

Shades of Saddle Brown #99401A

Tints of Saddle Brown #99401A

Color information

#99401A (or 0x99401A) is unknown color: approx Saddle Brown. HEX triplet: 99, 40 and 1A. RGB value is (153,64,26). Sum of RGB (Red+Green+Blue) = 153+64+26=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #99401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99401A is #66BFE5. Grayscale: #565656. Windows color (decimal): -6733798 or 1720473. OLE color: 1720473.

HSL color Cylindrical-coordinate representation of color #99401A: hue angle of 17.95º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99401A is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB1536426-
CMYK00.580.830.4
HSL17.95º70.95%35.1%-
HSV(B)17.95º83.01%60%-
XYZ15.1610.512.21-
YUV86.2893.99175.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=62.96%
G=26.34%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153642600.580.830.417.9570.9535.1
Hex99401A03A5328124723
Octal23110032072123502210743
Binary1001100110000001101001110101010011101000100101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99401A; }

 p { color: rgb(153,64,26); }

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

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

 a { background-color: rgb(153,64,26); }

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

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

 span { border-color: rgb(153,64,26); }

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