Html Css Color HEX #50523D Kelp

📋 copy color: '#50523D'

red 80 ◦ green 82 ◦ blue 61

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

Shades of Kelp #50523D

Tints of Kelp #50523D

RGB

 RED value IS 80 (31.64% from 255) = 35.87%

 GREEN value IS 82 (32.42% from 255) = 36.77%

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 35.87%
G = 36.77%
B = 27.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#50523D (or 0x50523D) is known color: Kelp. HEX triplet: 50, 52 and 3D. RGB value is (80,82,61). Sum of RGB (Red+Green+Blue) = 80+82+61=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #50523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50523D is #AFADC2. Grayscale: #4F4F4F. Windows color (decimal): -11513283 or 4018768. OLE color: 4018768.

HSL color Cylindrical-coordinate representation of color #50523D: hue angle of 65.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50523D is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 61 -
CMYK 0.02 0 0.26 0.68
HSL 65.71º 0.15% 0.28% -
HSV(B) 65.71º 0.26% 0.32% -
XYZ 7.17 8.08 5.6 -
YUV 79.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 80 82 61 0.02 0 0.26 0.68 65.71 0.15 0.28
Hex 50 52 3D 2 0 1A 44 42 F 1C
Octal 120 122 75 2 0 32 104 102 17 34
Binary 1010000 1010010 111101 10 0 11010 1000100 1000010 1111 11100

Color Harmonies of #50523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50523D

Black with #50523D

Text Example


Text Example

White with #50523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50523D; }

 p { color: rgb(80,82,61); }

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

background-color css

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

 a { background-color: rgb(80,82,61); }

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

border-color css

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

 span { border-color: rgb(80,82,61); }

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