#534B41

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

Shades of Mondo #534B41

Tints of Mondo #534B41

Color information

#534B41 (or 0x534B41) is unknown color: approx Mondo. HEX triplet: 53, 4B and 41. RGB value is (83,75,65). Sum of RGB (Red+Green+Blue) = 83+75+65=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B41 is #ACB4BE. Grayscale: #4C4C4C. Windows color (decimal): -11318463 or 4279123. OLE color: 4279123.

HSL color Cylindrical-coordinate representation of color #534B41: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534B41 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB837565-
CMYK00.100.220.67
HSL33.33º12.16%29.02%-
HSV(B)33.33º21.69%32.55%-
XYZ7.047.256.03-
YUV76.25121.65132.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=37.22%
G=33.63%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83756500.100.220.6733.3312.1629.02
Hex534B410A164321c1d
Octal12311310101226103411435
Binary10100111001011100000101010101101000011100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B41; }

 p { color: rgb(83,75,65); }

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

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

 a { background-color: rgb(83,75,65); }

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

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

 span { border-color: rgb(83,75,65); }

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