Html Css Color HEX #514D4B Tundora

📋 copy color: '#514D4B'

red 81 ◦ green 77 ◦ blue 75

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

Shades of Tundora #514D4B

Tints of Tundora #514D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.05%

 BLUE value IS 75 (29.69% from 255) = 32.19%

R = 34.76%
G = 33.05%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#514D4B (or 0x514D4B) is known color: Tundora. HEX triplet: 51, 4D and 4B. RGB value is (81,77,75). Sum of RGB (Red+Green+Blue) = 81+77+75=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 81 - color contains mainly: red. Hex color #514D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D4B is #AEB2B4. Grayscale: #4D4D4D. Windows color (decimal): -11449013 or 4934993. OLE color: 4934993.

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

Color convert

RGB 81 77 75 -
CMYK 0 0.05 0.07 0.68
HSL 20º 0.04% 0.31% -
HSV(B) 20º 0.07% 0.32% -
XYZ 7.32 7.57 7.73 -
YUV 77.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 81 77 75 0 0.05 0.07 0.68 20 0.04 0.31
Hex 51 4D 4B 0 5 7 44 14 4 1F
Octal 121 115 113 0 5 7 104 24 4 37
Binary 1010001 1001101 1001011 0 101 111 1000100 10100 100 11111

Color Harmonies of #514D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D4B

Black with #514D4B

Text Example


Text Example

White with #514D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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