Html Css Color HEX #534B41 Mondo

📋 copy color: '#534B41'

red 83 ◦ green 75 ◦ blue 65

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

Shades of Mondo #534B41

Tints of Mondo #534B41

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 value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#534B41 (or 0x534B41) is known color: 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

RGB 83 75 65 -
CMYK 0 0.10 0.22 0.67
HSL 33.33º 0.12% 0.29% -
HSV(B) 33.33º 0.22% 0.33% -
XYZ 7.04 7.25 6.03 -
YUV 76.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 83 75 65 0 0.10 0.22 0.67 33.33 0.12 0.29
Hex 53 4B 41 0 A 16 43 21 C 1D
Octal 123 113 101 0 12 26 103 41 14 35
Binary 1010011 1001011 1000001 0 1010 10110 1000011 100001 1100 11101

Color Harmonies of #534B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B41

Black with #534B41

Text Example


Text Example

White with #534B41

Text Example


Text Example

HTML Codes & Css Web 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>