Html Css Color HEX #504B41 Mondo

📋 copy color: '#504B41'

red 80 ◦ green 75 ◦ blue 65

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

Shades of Mondo #504B41

Tints of Mondo #504B41

RGB

 RED value IS 80 (31.64% from 255) = 36.36%

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

 BLUE value IS 65 (25.78% from 255) = 29.55%

R = 36.36%
G = 34.09%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#504B41 (or 0x504B41) is known color: Mondo. HEX triplet: 50, 4B and 41. RGB value is (80,75,65). Sum of RGB (Red+Green+Blue) = 80+75+65=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B41 is #AFB4BE. Grayscale: #4B4B4B. Windows color (decimal): -11515071 or 4279120. OLE color: 4279120.

HSL color Cylindrical-coordinate representation of color #504B41: hue angle of 40º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504B41 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 75 65 -
CMYK 0 0.06 0.19 0.69
HSL 40º 0.1% 0.28% -
HSV(B) 40º 0.19% 0.31% -
XYZ 6.78 7.12 6.02 -
YUV 75.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 80 75 65 0 0.06 0.19 0.69 40 0.1 0.28
Hex 50 4B 41 0 6 13 45 28 A 1C
Octal 120 113 101 0 6 23 105 50 12 34
Binary 1010000 1001011 1000001 0 110 10011 1000101 101000 1010 11100

Color Harmonies of #504B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B41

Black with #504B41

Text Example


Text Example

White with #504B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504B41;
 }
 .AnyTagClassName
 {
   color: #504B41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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