#984d12

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

Shades of Saddle Brown #984D12

Tints of Saddle Brown #984D12

Color information

#984D12 (or 0x984D12) is unknown color: approx Saddle Brown. HEX triplet: 98, 4D and 12. RGB value is (152,77,18). Sum of RGB (Red+Green+Blue) = 152+77+18=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #984D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #984D12 is #67B2ED. Grayscale: #5D5D5D. Windows color (decimal): -6796014 or 1199512. OLE color: 1199512.

HSL color Cylindrical-coordinate representation of color #984D12: hue angle of 26.42º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #984D12 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1527718-
CMYK00.490.880.40
HSL26.42º78.82%33.33%-
HSV(B)26.42º88.16%59.61%-
XYZ15.7112.032.07-
YUV92.785.85170.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=61.54%
G=31.17%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152771800.490.880.4026.4278.8233.33
Hex984D1203158281a4f21
Octal23011522061130503211741
Binary1001100010011011001001100011011000101000110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984d12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984d12; }

 p { color: rgb(152,77,18); }

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

<style>
 a { background-color: #984d12; }

 a { background-color: rgb(152,77,18); }

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

<style>
 span { border-color: #984d12; }

 span { border-color: rgb(152,77,18); }

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