#62524F

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

Shades of Congo Brown #62524F

Tints of Congo Brown #62524F

Color information

#62524F (or 0x62524F) is unknown color: approx Congo Brown. HEX triplet: 62, 52 and 4F. RGB value is (98,82,79). Sum of RGB (Red+Green+Blue) = 98+82+79=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62524F is #9DADB0. Grayscale: #565656. Windows color (decimal): -10333617 or 5198434. OLE color: 5198434.

HSL color Cylindrical-coordinate representation of color #62524F: hue angle of 9.47º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62524F is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB988279-
CMYK00.160.190.62
HSL9.47º10.73%34.71%-
HSV(B)9.47º19.39%38.43%-
XYZ9.479.28.67-
YUV86.44123.8136.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=37.84%
G=31.66%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98827900.160.190.629.4710.7334.71
Hex62524F010133E9b23
Octal1421221170202376111343
Binary1100010101001010011110100001001111111010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62524F; }

 p { color: rgb(98,82,79); }

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

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

 a { background-color: rgb(98,82,79); }

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

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

 span { border-color: rgb(98,82,79); }

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