Html Css Color HEX #525937 Kelp

📋 copy color: '#525937'

red 82 ◦ green 89 ◦ blue 55

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

Shades of Kelp #525937

Tints of Kelp #525937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.38%

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

R = 36.28%
G = 39.38%
B = 24.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#525937 (or 0x525937) is known color: Kelp. HEX triplet: 52, 59 and 37. RGB value is (82,89,55). Sum of RGB (Red+Green+Blue) = 82+89+55=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #525937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525937 is #ADA6C8. Grayscale: #535353. Windows color (decimal): -11380425 or 3627346. OLE color: 3627346.

HSL color Cylindrical-coordinate representation of color #525937: hue angle of 72.35º degrees, saturation: 0.24, 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 #525937 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 55 -
CMYK 0.08 0 0.38 0.65
HSL 72.35º 0.24% 0.28% -
HSV(B) 72.35º 0.38% 0.35% -
XYZ 7.74 9.21 4.98 -
YUV 83.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 82 89 55 0.08 0 0.38 0.65 72.35 0.24 0.28
Hex 52 59 37 8 0 26 41 48 18 1C
Octal 122 131 67 10 0 46 101 110 30 34
Binary 1010010 1011001 110111 1000 0 100110 1000001 1001000 11000 11100

Color Harmonies of #525937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525937

Black with #525937

Text Example


Text Example

White with #525937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525937; }

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

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

background-color css

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

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

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

border-color css

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

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

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