Html Css Color HEX #525739 Kelp

📋 copy color: '#525739'

red 82 ◦ green 87 ◦ blue 57

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

Shades of Kelp #525739

Tints of Kelp #525739

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 36.28%
G = 38.5%
B = 25.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#525739 (or 0x525739) is known color: Kelp. HEX triplet: 52, 57 and 39. RGB value is (82,87,57). Sum of RGB (Red+Green+Blue) = 82+87+57=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #525739 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525739 is #ADA8C6. Grayscale: #525252. Windows color (decimal): -11380935 or 3757906. OLE color: 3757906.

HSL color Cylindrical-coordinate representation of color #525739: hue angle of 70º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #525739 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 57 -
CMYK 0.06 0 0.34 0.66
HSL 70º 0.21% 0.28% -
HSV(B) 70º 0.34% 0.34% -
XYZ 7.63 8.91 5.19 -
YUV 82.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 82 87 57 0.06 0 0.34 0.66 70 0.21 0.28
Hex 52 57 39 6 0 22 42 46 15 1C
Octal 122 127 71 6 0 42 102 106 25 34
Binary 1010010 1010111 111001 110 0 100010 1000010 1000110 10101 11100

Color Harmonies of #525739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525739

Black with #525739

Text Example


Text Example

White with #525739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525739; }

 p { color: rgb(82,87,57); }

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

background-color css

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

 a { background-color: rgb(82,87,57); }

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

border-color css

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

 span { border-color: rgb(82,87,57); }

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