Html Css Color HEX #53745D Como

📋 copy color: '#53745D'

red 83 ◦ green 116 ◦ blue 93

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

Shades of Como #53745D

Tints of Como #53745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 28.42%
G = 39.73%
B = 31.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#53745D (or 0x53745D) is known color: Como. HEX triplet: 53, 74 and 5D. RGB value is (83,116,93). Sum of RGB (Red+Green+Blue) = 83+116+93=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #53745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53745D is #AC8BA2. Grayscale: #676767. Windows color (decimal): -11307939 or 6124627. OLE color: 6124627.

HSL color Cylindrical-coordinate representation of color #53745D: hue angle of 138.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53745D is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 116 93 -
CMYK 0.28 0 0.20 0.55
HSL 138.18º 0.17% 0.39% -
HSV(B) 138.18º 0.28% 0.45% -
XYZ 11.79 15.12 12.65 -
YUV 103.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 83 116 93 0.28 0 0.20 0.55 138.18 0.17 0.39
Hex 53 74 5D 1C 0 14 37 8A 11 27
Octal 123 164 135 34 0 24 67 212 21 47
Binary 1010011 1110100 1011101 11100 0 10100 110111 10001010 10001 100111

Color Harmonies of #53745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53745D

Black with #53745D

Text Example


Text Example

White with #53745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,116,93); }

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

background-color css

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

 a { background-color: rgb(83,116,93); }

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

border-color css

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

 span { border-color: rgb(83,116,93); }

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