#994D07

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

Shades of Saddle Brown #994D07

Tints of Saddle Brown #994D07

Color information

#994D07 (or 0x994D07) is unknown color: approx Saddle Brown. HEX triplet: 99, 4D and 07. RGB value is (153,77,7). Sum of RGB (Red+Green+Blue) = 153+77+7=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #994D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994D07 is #66B2F8. Grayscale: #5C5C5C. Windows color (decimal): -6730489 or 478617. OLE color: 478617.

HSL color Cylindrical-coordinate representation of color #994D07: hue angle of 28.77º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #994D07 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB153777-
CMYK00.500.950.4
HSL28.77º91.25%31.37%-
HSV(B)28.77º95.42%60%-
XYZ15.8312.11.7-
YUV91.7480.18171.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.56%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=64.56%
G=32.49%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15377700.500.950.428.7791.2531.37
Hex994D70325F281d5b1f
Octal2311157062137503513337
Binary1001100110011011110110010101111110100011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994D07; }

 p { color: rgb(153,77,7); }

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

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

 a { background-color: rgb(153,77,7); }

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

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

 span { border-color: rgb(153,77,7); }

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