Html Css Color HEX #525939 Kelp

📋 copy color: '#525939'

red 82 ◦ green 89 ◦ blue 57

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

Shades of Kelp #525939

Tints of Kelp #525939

RGB

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

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

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

R = 35.96%
G = 39.04%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#525939 (or 0x525939) is known color: Kelp. HEX triplet: 52, 59 and 39. RGB value is (82,89,57). Sum of RGB (Red+Green+Blue) = 82+89+57=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #525939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525939 is #ADA6C6. Grayscale: #535353. Windows color (decimal): -11380423 or 3758418. OLE color: 3758418.

HSL color Cylindrical-coordinate representation of color #525939: hue angle of 73.12º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525939 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 57 -
CMYK 0.08 0 0.36 0.65
HSL 73.13º 0.22% 0.29% -
HSV(B) 73.13º 0.36% 0.35% -
XYZ 7.79 9.23 5.24 -
YUV 83.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 82 89 57 0.08 0 0.36 0.65 73.13 0.22 0.29
Hex 52 59 39 8 0 24 41 49 16 1D
Octal 122 131 71 10 0 44 101 111 26 35
Binary 1010010 1011001 111001 1000 0 100100 1000001 1001001 10110 11101

Color Harmonies of #525939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525939

Black with #525939

Text Example


Text Example

White with #525939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525939; }

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

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

background-color css

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

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

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

border-color css

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

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

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