Html Css Color HEX #525545 Kelp

📋 copy color: '#525545'

red 82 ◦ green 85 ◦ blue 69

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

Shades of Kelp #525545

Tints of Kelp #525545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.24%

R = 34.75%
G = 36.02%
B = 29.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#525545 (or 0x525545) is known color: Kelp. HEX triplet: 52, 55 and 45. RGB value is (82,85,69). Sum of RGB (Red+Green+Blue) = 82+85+69=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #525545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525545 is #ADAABA. Grayscale: #525252. Windows color (decimal): -11381435 or 4543826. OLE color: 4543826.

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

Color convert

RGB 82 85 69 -
CMYK 0.04 0 0.19 0.67
HSL 71.25º 0.1% 0.3% -
HSV(B) 71.25º 0.19% 0.33% -
XYZ 7.8 8.72 6.9 -
YUV 82.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 82 85 69 0.04 0 0.19 0.67 71.25 0.1 0.3
Hex 52 55 45 4 0 13 43 47 A 1E
Octal 122 125 105 4 0 23 103 107 12 36
Binary 1010010 1010101 1000101 100 0 10011 1000011 1000111 1010 11110

Color Harmonies of #525545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525545

Black with #525545

Text Example


Text Example

White with #525545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525545; }

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

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

background-color css

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

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

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

border-color css

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

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

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