#984505

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

Shades of Saddle Brown #984505

Tints of Saddle Brown #984505

Color information

#984505 (or 0x984505) is unknown color: approx Saddle Brown. HEX triplet: 98, 45 and 05. RGB value is (152,69,5). Sum of RGB (Red+Green+Blue) = 152+69+5=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #984505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984505 is #67BAFA. Grayscale: #565656. Windows color (decimal): -6798075 or 345496. OLE color: 345496.

HSL color Cylindrical-coordinate representation of color #984505: hue angle of 26.12º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #984505 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB152695-
CMYK00.550.970.40
HSL26.12º93.63%30.78%-
HSV(B)26.12º96.71%59.61%-
XYZ15.110.941.46-
YUV86.5282174.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.26%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=67.26%
G=30.53%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15269500.550.970.4026.1293.6330.78
Hex9845503761281a5e1f
Octal2301055067141503213637
Binary1001100010001011010110111110000110100011010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984505; }

 p { color: rgb(152,69,5); }

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

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

 a { background-color: rgb(152,69,5); }

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

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

 span { border-color: rgb(152,69,5); }

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