Html Css Color HEX #525542 Kelp

📋 copy color: '#525542'

red 82 ◦ green 85 ◦ blue 66

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

Shades of Kelp #525542

Tints of Kelp #525542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 35.19%
G = 36.48%
B = 28.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#525542 (or 0x525542) is known color: Kelp. HEX triplet: 52, 55 and 42. RGB value is (82,85,66). Sum of RGB (Red+Green+Blue) = 82+85+66=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #525542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525542 is #ADAABD. Grayscale: #525252. Windows color (decimal): -11381438 or 4347218. OLE color: 4347218.

HSL color Cylindrical-coordinate representation of color #525542: hue angle of 69.47º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525542 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 66 -
CMYK 0.04 0 0.22 0.67
HSL 69.47º 0.13% 0.3% -
HSV(B) 69.47º 0.22% 0.33% -
XYZ 7.71 8.68 6.42 -
YUV 81.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 82 85 66 0.04 0 0.22 0.67 69.47 0.13 0.3
Hex 52 55 42 4 0 16 43 45 D 1E
Octal 122 125 102 4 0 26 103 105 15 36
Binary 1010010 1010101 1000010 100 0 10110 1000011 1000101 1101 11110

Color Harmonies of #525542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525542

Black with #525542

Text Example


Text Example

White with #525542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525542; }

 p { color: rgb(82,85,66); }

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

background-color css

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

 a { background-color: rgb(82,85,66); }

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

border-color css

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

 span { border-color: rgb(82,85,66); }

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