Html Css Color HEX #53543F Kelp

📋 copy color: '#53543F'

red 83 ◦ green 84 ◦ blue 63

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

Shades of Kelp #53543F

Tints of Kelp #53543F

RGB

 RED value IS 83 (32.81% from 255) = 36.09%

 GREEN value IS 84 (33.2% from 255) = 36.52%

 BLUE value IS 63 (25% from 255) = 27.39%

R = 36.09%
G = 36.52%
B = 27.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#53543F (or 0x53543F) is known color: Kelp. HEX triplet: 53, 54 and 3F. RGB value is (83,84,63). Sum of RGB (Red+Green+Blue) = 83+84+63=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #53543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53543F is #ACABC0. Grayscale: #515151. Windows color (decimal): -11316161 or 4150355. OLE color: 4150355.

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

Color convert

RGB 83 84 63 -
CMYK 0.01 0 0.25 0.67
HSL 62.86º 0.14% 0.29% -
HSV(B) 62.86º 0.25% 0.33% -
XYZ 7.63 8.54 5.95 -
YUV 81.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 83 84 63 0.01 0 0.25 0.67 62.86 0.14 0.29
Hex 53 54 3F 1 0 19 43 3F E 1D
Octal 123 124 77 1 0 31 103 77 16 35
Binary 1010011 1010100 111111 1 0 11001 1000011 111111 1110 11101

Color Harmonies of #53543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53543F

Black with #53543F

Text Example


Text Example

White with #53543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53543F; }

 p { color: rgb(83,84,63); }

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

background-color css

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

 a { background-color: rgb(83,84,63); }

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

border-color css

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

 span { border-color: rgb(83,84,63); }

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