#524B3F

Color #524B3F Mondo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mondo #524B3F

Tints of Mondo #524B3F

Color information

#524B3F (or 0x524B3F) is unknown color: approx Mondo. HEX triplet: 52, 4B and 3F. RGB value is (82,75,63). Sum of RGB (Red+Green+Blue) = 82+75+63=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #524B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B3F is #ADB4C0. Grayscale: #4B4B4B. Windows color (decimal): -11384001 or 4148050. OLE color: 4148050.

HSL color Cylindrical-coordinate representation of color #524B3F: hue angle of 37.89º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #524B3F is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB827563-
CMYK00.090.230.68
HSL37.89º13.1%28.43%-
HSV(B)37.89º23.17%32.16%-
XYZ6.897.185.73-
YUV75.73120.82132.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 63 (25% from 255) = 28.64%
R=37.27%
G=34.09%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82756300.090.230.6837.8913.128.43
Hex524B3F09174426d1c
Octal1221137701127104461534
Binary1010010100101111111101001101111000100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B3F; }

 p { color: rgb(82,75,63); }

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

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

 a { background-color: rgb(82,75,63); }

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

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

 span { border-color: rgb(82,75,63); }

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