#99380B

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

Shades of Saddle Brown #99380B

Tints of Saddle Brown #99380B

Color information

#99380B (or 0x99380B) is unknown color: approx Saddle Brown. HEX triplet: 99, 38 and 0B. RGB value is (153,56,11). Sum of RGB (Red+Green+Blue) = 153+56+11=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99380B is #66C7F4. Grayscale: #505050. Windows color (decimal): -6735861 or 735385. OLE color: 735385.

HSL color Cylindrical-coordinate representation of color #99380B: hue angle of 19.01º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99380B is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1535611-
CMYK00.630.930.4
HSL19.01º86.59%32.16%-
HSV(B)19.01º92.81%60%-
XYZ14.619.621.4-
YUV79.8789.14180.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.55%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 11 (4.69% from 255) = 5%
R=69.55%
G=25.45%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153561100.630.930.419.0186.5932.16
Hex9938B03F5D28135720
Octal2317013077135502312740
Binary10011001111000101101111111011101101000100111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99380B; }

 p { color: rgb(153,56,11); }

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

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

 a { background-color: rgb(153,56,11); }

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

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

 span { border-color: rgb(153,56,11); }

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