Html Css Color HEX #525342 Kelp

📋 copy color: '#525342'

red 82 ◦ green 83 ◦ blue 66

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

Shades of Kelp #525342

Tints of Kelp #525342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 35.5%
G = 35.93%
B = 28.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#525342 (or 0x525342) is known color: Kelp. HEX triplet: 52, 53 and 42. RGB value is (82,83,66). Sum of RGB (Red+Green+Blue) = 82+83+66=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #525342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525342 is #ADACBD. Grayscale: #505050. Windows color (decimal): -11381950 or 4346706. OLE color: 4346706.

HSL color Cylindrical-coordinate representation of color #525342: hue angle of 63.53º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525342 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 66 -
CMYK 0.01 0 0.20 0.67
HSL 63.53º 0.11% 0.29% -
HSV(B) 63.53º 0.2% 0.33% -
XYZ 7.56 8.37 6.37 -
YUV 80.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 82 83 66 0.01 0 0.20 0.67 63.53 0.11 0.29
Hex 52 53 42 1 0 14 43 40 B 1D
Octal 122 123 102 1 0 24 103 100 13 35
Binary 1010010 1010011 1000010 1 0 10100 1000011 1000000 1011 11101

Color Harmonies of #525342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525342

Black with #525342

Text Example


Text Example

White with #525342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525342; }

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

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

background-color css

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

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

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

border-color css

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

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

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