Html Css Color HEX #534B3F Mondo

📋 copy color: '#534B3F'

red 83 ◦ green 75 ◦ blue 63

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

Shades of Mondo #534B3F

Tints of Mondo #534B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.51%

R = 37.56%
G = 33.94%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#534B3F (or 0x534B3F) is known color: Mondo. HEX triplet: 53, 4B and 3F. RGB value is (83,75,63). Sum of RGB (Red+Green+Blue) = 83+75+63=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B3F is #ACB4C0. Grayscale: #4C4C4C. Windows color (decimal): -11318465 or 4148051. OLE color: 4148051.

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

Color convert

RGB 83 75 63 -
CMYK 0 0.10 0.24 0.67
HSL 36º 0.14% 0.29% -
HSV(B) 36º 0.24% 0.33% -
XYZ 6.98 7.23 5.73 -
YUV 76.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 83 75 63 0 0.10 0.24 0.67 36 0.14 0.29
Hex 53 4B 3F 0 A 18 43 24 E 1D
Octal 123 113 77 0 12 30 103 44 16 35
Binary 1010011 1001011 111111 0 1010 11000 1000011 100100 1110 11101

Color Harmonies of #534B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B3F

Black with #534B3F

Text Example


Text Example

White with #534B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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