Html Css Color HEX #50533D Kelp

📋 copy color: '#50533D'

red 80 ◦ green 83 ◦ blue 61

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

Shades of Kelp #50533D

Tints of Kelp #50533D

RGB

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

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

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

R = 35.71%
G = 37.05%
B = 27.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#50533D (or 0x50533D) is known color: Kelp. HEX triplet: 50, 53 and 3D. RGB value is (80,83,61). Sum of RGB (Red+Green+Blue) = 80+83+61=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #50533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50533D is #AFACC2. Grayscale: #4F4F4F. Windows color (decimal): -11513027 or 4019024. OLE color: 4019024.

HSL color Cylindrical-coordinate representation of color #50533D: hue angle of 68.18º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50533D is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 61 -
CMYK 0.04 0 0.27 0.67
HSL 68.18º 0.15% 0.28% -
HSV(B) 68.18º 0.27% 0.33% -
XYZ 7.24 8.23 5.62 -
YUV 79.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 80 83 61 0.04 0 0.27 0.67 68.18 0.15 0.28
Hex 50 53 3D 4 0 1B 43 44 F 1C
Octal 120 123 75 4 0 33 103 104 17 34
Binary 1010000 1010011 111101 100 0 11011 1000011 1000100 1111 11100

Color Harmonies of #50533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50533D

Black with #50533D

Text Example


Text Example

White with #50533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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