Html Css Color HEX #58514C Tundora

📋 copy color: '#58514C'

red 88 ◦ green 81 ◦ blue 76

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

Shades of Tundora #58514C

Tints of Tundora #58514C

RGB

 RED value IS 88 (34.77% from 255) = 35.92%

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 35.92%
G = 33.06%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58514C (or 0x58514C) is known color: Tundora. HEX triplet: 58, 51 and 4C. RGB value is (88,81,76). Sum of RGB (Red+Green+Blue) = 88+81+76=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #58514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58514C is #A7AEB3. Grayscale: #525252. Windows color (decimal): -10989236 or 5001560. OLE color: 5001560.

HSL color Cylindrical-coordinate representation of color #58514C: hue angle of 25º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58514C is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 76 -
CMYK 0 0.08 0.14 0.65
HSL 25º 0.07% 0.32% -
HSV(B) 25º 0.14% 0.35% -
XYZ 8.27 8.48 8.04 -
YUV 82.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 88 81 76 0 0.08 0.14 0.65 25 0.07 0.32
Hex 58 51 4C 0 8 E 41 19 7 20
Octal 130 121 114 0 10 16 101 31 7 40
Binary 1011000 1010001 1001100 0 1000 1110 1000001 11001 111 100000

Color Harmonies of #58514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58514C

Black with #58514C

Text Example


Text Example

White with #58514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58514C; }

 p { color: rgb(88,81,76); }

 H1.HeaderClassName
 {
   color: #58514C;
 }
 .AnyTagClassName
 {
   color: #58514C;
 }
</style>

background-color css

<style>
 a { background-color: #58514C; }

 a { background-color: rgb(88,81,76); }

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

border-color css

<style>
 span { border-color: #58514C; }

 span { border-color: rgb(88,81,76); }

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