Html Css Color HEX #52845F Como

📋 copy color: '#52845F'

red 82 ◦ green 132 ◦ blue 95

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

Shades of Como #52845F

Tints of Como #52845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.72%

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

R = 26.54%
G = 42.72%
B = 30.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#52845F (or 0x52845F) is known color: Como. HEX triplet: 52, 84 and 5F. RGB value is (82,132,95). Sum of RGB (Red+Green+Blue) = 82+132+95=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #52845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52845F is #AD7BA0. Grayscale: #707070. Windows color (decimal): -11369377 or 6259794. OLE color: 6259794.

HSL color Cylindrical-coordinate representation of color #52845F: hue angle of 135.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52845F is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 95 -
CMYK 0.38 0 0.28 0.48
HSL 135.6º 0.23% 0.42% -
HSV(B) 135.6º 0.38% 0.52% -
XYZ 13.8 19.12 13.79 -
YUV 112.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 82 132 95 0.38 0 0.28 0.48 135.6 0.23 0.42
Hex 52 84 5F 26 0 1C 30 88 17 2A
Octal 122 204 137 46 0 34 60 210 27 52
Binary 1010010 10000100 1011111 100110 0 11100 110000 10001000 10111 101010

Color Harmonies of #52845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52845F

Black with #52845F

Text Example


Text Example

White with #52845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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