Html Css Color HEX #52583D Kelp

📋 copy color: '#52583D'

red 82 ◦ green 88 ◦ blue 61

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

Shades of Kelp #52583D

Tints of Kelp #52583D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

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

R = 35.5%
G = 38.1%
B = 26.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#52583D (or 0x52583D) is known color: Kelp. HEX triplet: 52, 58 and 3D. RGB value is (82,88,61). Sum of RGB (Red+Green+Blue) = 82+88+61=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #52583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52583D is #ADA7C2. Grayscale: #535353. Windows color (decimal): -11380675 or 4020306. OLE color: 4020306.

HSL color Cylindrical-coordinate representation of color #52583D: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52583D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 61 -
CMYK 0.07 0 0.31 0.65
HSL 73.33º 0.18% 0.29% -
HSV(B) 73.33º 0.31% 0.35% -
XYZ 7.81 9.11 5.76 -
YUV 83.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 82 88 61 0.07 0 0.31 0.65 73.33 0.18 0.29
Hex 52 58 3D 7 0 1F 41 49 12 1D
Octal 122 130 75 7 0 37 101 111 22 35
Binary 1010010 1011000 111101 111 0 11111 1000001 1001001 10010 11101

Color Harmonies of #52583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52583D

Black with #52583D

Text Example


Text Example

White with #52583D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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