#62504F

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

Shades of Congo Brown #62504F

Tints of Congo Brown #62504F

Color information

#62504F (or 0x62504F) is unknown color: approx Congo Brown. HEX triplet: 62, 50 and 4F. RGB value is (98,80,79). Sum of RGB (Red+Green+Blue) = 98+80+79=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62504F is #9DAFB0. Grayscale: #555555. Windows color (decimal): -10334129 or 5197922. OLE color: 5197922.

HSL color Cylindrical-coordinate representation of color #62504F: hue angle of 3.16º 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 #62504F is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB988079-
CMYK00.180.190.62
HSL3.16º10.73%34.71%-
HSV(B)3.16º19.39%38.43%-
XYZ9.328.98.62-
YUV85.27124.46137.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=38.13%
G=31.13%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98807900.180.190.623.1610.7334.71
Hex62504F012133E3b23
Octal142120117022237631343
Binary11000101010000100111101001010011111110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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