Html Css Color HEX #52745F Como

📋 copy color: '#52745F'

red 82 ◦ green 116 ◦ blue 95

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

Shades of Como #52745F

Tints of Como #52745F

RGB

 RED value IS 82 (32.42% from 255) = 27.99%

 GREEN value IS 116 (45.7% from 255) = 39.59%

 BLUE value IS 95 (37.5% from 255) = 32.42%

R = 27.99%
G = 39.59%
B = 32.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#52745F (or 0x52745F) is known color: Como. HEX triplet: 52, 74 and 5F. RGB value is (82,116,95). Sum of RGB (Red+Green+Blue) = 82+116+95=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #52745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52745F is #AD8BA0. Grayscale: #676767. Windows color (decimal): -11373473 or 6255698. OLE color: 6255698.

HSL color Cylindrical-coordinate representation of color #52745F: hue angle of 142.94º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52745F is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 95 -
CMYK 0.29 0 0.18 0.55
HSL 142.94º 0.17% 0.39% -
HSV(B) 142.94º 0.29% 0.45% -
XYZ 11.79 15.11 13.12 -
YUV 103.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 82 116 95 0.29 0 0.18 0.55 142.94 0.17 0.39
Hex 52 74 5F 1D 0 12 37 8F 11 27
Octal 122 164 137 35 0 22 67 217 21 47
Binary 1010010 1110100 1011111 11101 0 10010 110111 10001111 10001 100111

Color Harmonies of #52745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52745F

Black with #52745F

Text Example


Text Example

White with #52745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52745F; }

 p { color: rgb(82,116,95); }

 H1.HeaderClassName
 {
   color: #52745F;
 }
 .AnyTagClassName
 {
   color: #52745F;
 }
</style>

background-color css

<style>
 a { background-color: #52745F; }

 a { background-color: rgb(82,116,95); }

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

border-color css

<style>
 span { border-color: #52745F; }

 span { border-color: rgb(82,116,95); }

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