Html Css Color HEX #514B43 Mondo

📋 copy color: '#514B43'

red 81 ◦ green 75 ◦ blue 67

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

Shades of Mondo #514B43

Tints of Mondo #514B43

RGB

 RED value IS 81 (32.03% from 255) = 36.32%

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

 BLUE value IS 67 (26.56% from 255) = 30.04%

R = 36.32%
G = 33.63%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#514B43 (or 0x514B43) is known color: Mondo. HEX triplet: 51, 4B and 43. RGB value is (81,75,67). Sum of RGB (Red+Green+Blue) = 81+75+67=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B43 is #AEB4BC. Grayscale: #4B4B4B. Windows color (decimal): -11449533 or 4410193. OLE color: 4410193.

HSL color Cylindrical-coordinate representation of color #514B43: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514B43 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 75 67 -
CMYK 0 0.07 0.17 0.68
HSL 34.29º 0.09% 0.29% -
HSV(B) 34.29º 0.17% 0.32% -
XYZ 6.92 7.19 6.33 -
YUV 75.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 81 75 67 0 0.07 0.17 0.68 34.29 0.09 0.29
Hex 51 4B 43 0 7 11 44 22 9 1D
Octal 121 113 103 0 7 21 104 42 11 35
Binary 1010001 1001011 1000011 0 111 10001 1000100 100010 1001 11101

Color Harmonies of #514B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B43

Black with #514B43

Text Example


Text Example

White with #514B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514B43; }

 p { color: rgb(81,75,67); }

 H1.HeaderClassName
 {
   color: #514B43;
 }
 .AnyTagClassName
 {
   color: #514B43;
 }
</style>

background-color css

<style>
 a { background-color: #514B43; }

 a { background-color: rgb(81,75,67); }

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

border-color css

<style>
 span { border-color: #514B43; }

 span { border-color: rgb(81,75,67); }

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