Html Css Color HEX #525837 Kelp

📋 copy color: '#525837'

red 82 ◦ green 88 ◦ blue 55

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

Shades of Kelp #525837

Tints of Kelp #525837

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 55 (21.88% from 255) = 24.44%

R = 36.44%
G = 39.11%
B = 24.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#525837 (or 0x525837) is known color: Kelp. HEX triplet: 52, 58 and 37. RGB value is (82,88,55). Sum of RGB (Red+Green+Blue) = 82+88+55=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #525837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525837 is #ADA7C8. Grayscale: #525252. Windows color (decimal): -11380681 or 3627090. OLE color: 3627090.

HSL color Cylindrical-coordinate representation of color #525837: hue angle of 70.91º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525837 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 55 -
CMYK 0.07 0 0.38 0.65
HSL 70.91º 0.23% 0.28% -
HSV(B) 70.91º 0.38% 0.35% -
XYZ 7.66 9.05 4.96 -
YUV 82.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 82 88 55 0.07 0 0.38 0.65 70.91 0.23 0.28
Hex 52 58 37 7 0 26 41 47 17 1C
Octal 122 130 67 7 0 46 101 107 27 34
Binary 1010010 1011000 110111 111 0 100110 1000001 1000111 10111 11100

Color Harmonies of #525837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525837

Black with #525837

Text Example


Text Example

White with #525837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525837; }

 p { color: rgb(82,88,55); }

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

background-color css

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

 a { background-color: rgb(82,88,55); }

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

border-color css

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

 span { border-color: rgb(82,88,55); }

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