Html Css Color HEX #525343 Kelp

📋 copy color: '#525343'

red 82 ◦ green 83 ◦ blue 67

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

Shades of Kelp #525343

Tints of Kelp #525343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.88%

R = 35.34%
G = 35.78%
B = 28.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#525343 (or 0x525343) is known color: Kelp. HEX triplet: 52, 53 and 43. RGB value is (82,83,67). Sum of RGB (Red+Green+Blue) = 82+83+67=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #525343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525343 is #ADACBC. Grayscale: #505050. Windows color (decimal): -11381949 or 4412242. OLE color: 4412242.

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

Color convert

RGB 82 83 67 -
CMYK 0.01 0 0.19 0.67
HSL 63.75º 0.11% 0.29% -
HSV(B) 63.75º 0.19% 0.33% -
XYZ 7.59 8.39 6.53 -
YUV 80.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 82 83 67 0.01 0 0.19 0.67 63.75 0.11 0.29
Hex 52 53 43 1 0 13 43 40 B 1D
Octal 122 123 103 1 0 23 103 100 13 35
Binary 1010010 1010011 1000011 1 0 10011 1000011 1000000 1011 11101

Color Harmonies of #525343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525343

Black with #525343

Text Example


Text Example

White with #525343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525343; }

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

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

background-color css

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

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

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

border-color css

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

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

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