#984A1A

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

Shades of Saddle Brown #984A1A

Tints of Saddle Brown #984A1A

Color information

#984A1A (or 0x984A1A) is unknown color: approx Saddle Brown. HEX triplet: 98, 4A and 1A. RGB value is (152,74,26). Sum of RGB (Red+Green+Blue) = 152+74+26=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #984A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A1A is #67B5E5. Grayscale: #5C5C5C. Windows color (decimal): -6796774 or 1723032. OLE color: 1723032.

HSL color Cylindrical-coordinate representation of color #984A1A: hue angle of 22.86º 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 #984A1A is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB1527426-
CMYK00.510.830.40
HSL22.86º70.79%34.9%-
HSV(B)22.86º82.89%59.61%-
XYZ15.5811.652.4-
YUV91.8590.84170.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.32%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=60.32%
G=29.37%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152742600.510.830.4022.8670.7934.9
Hex984A1A0335328174723
Octal23011232063123502710743
Binary1001100010010101101001100111010011101000101111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,74,26); }

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

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

 a { background-color: rgb(152,74,26); }

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

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

 span { border-color: rgb(152,74,26); }

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