#62483D

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

Shades of Saddle #62483D

Tints of Saddle #62483D

Color information

#62483D (or 0x62483D) is unknown color: approx Saddle. HEX triplet: 62, 48 and 3D. RGB value is (98,72,61). Sum of RGB (Red+Green+Blue) = 98+72+61=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #62483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62483D is #9DB7C2. Grayscale: #4E4E4E. Windows color (decimal): -10336195 or 4016226. OLE color: 4016226.

HSL color Cylindrical-coordinate representation of color #62483D: hue angle of 17.84º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62483D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB987261-
CMYK00.270.380.62
HSL17.84º23.27%31.18%-
HSV(B)17.84º37.76%38.43%-
XYZ8.27.575.44-
YUV78.52118.11141.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=42.42%
G=31.17%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98726100.270.380.6217.8423.2731.18
Hex62483D01B263E12171f
Octal142110750334676222737
Binary11000101001000111101011011100110111110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62483D; }

 p { color: rgb(98,72,61); }

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

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

 a { background-color: rgb(98,72,61); }

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

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

 span { border-color: rgb(98,72,61); }

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