Html Css Color HEX #534B40 Mondo

📋 copy color: '#534B40'

red 83 ◦ green 75 ◦ blue 64

#534B40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mondo #534B40

Tints of Mondo #534B40

RGB

 RED value IS 83 (32.81% from 255) = 37.39%

 GREEN value IS 75 (29.69% from 255) = 33.78%

 BLUE value IS 64 (25.39% from 255) = 28.83%

R = 37.39%
G = 33.78%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#534B40 (or 0x534B40) is known color: Mondo. HEX triplet: 53, 4B and 40. RGB value is (83,75,64). Sum of RGB (Red+Green+Blue) = 83+75+64=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B40 is #ACB4BF. Grayscale: #4C4C4C. Windows color (decimal): -11318464 or 4213587. OLE color: 4213587.

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

Color convert

RGB 83 75 64 -
CMYK 0 0.10 0.23 0.67
HSL 34.74º 0.13% 0.29% -
HSV(B) 34.74º 0.23% 0.33% -
XYZ 7.01 7.24 5.88 -
YUV 76.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 83 75 64 0 0.10 0.23 0.67 34.74 0.13 0.29
Hex 53 4B 40 0 A 17 43 23 D 1D
Octal 123 113 100 0 12 27 103 43 15 35
Binary 1010011 1001011 1000000 0 1010 10111 1000011 100011 1101 11101

Color Harmonies of #534B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B40

Black with #534B40

Text Example


Text Example

White with #534B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #534B40;
 }
 .AnyTagClassName
 {
   color: #534B40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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