Html Css Color HEX #53393C Jon

📋 copy color: '#53393C'

red 83 ◦ green 57 ◦ blue 60

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

Shades of Jon #53393C

Tints of Jon #53393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.5%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 41.5%
G = 28.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53393C (or 0x53393C) is known color: Jon. HEX triplet: 53, 39 and 3C. RGB value is (83,57,60). Sum of RGB (Red+Green+Blue) = 83+57+60=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53393C is #ACC6C3. Grayscale: #414141. Windows color (decimal): -11323076 or 3946835. OLE color: 3946835.

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

Color convert

RGB 83 57 60 -
CMYK 0 0.31 0.28 0.67
HSL 353.08º 0.19% 0.27% -
HSV(B) 353.08º 0.31% 0.33% -
XYZ 5.85 5.09 4.95 -
YUV 65.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 83 57 60 0 0.31 0.28 0.67 353.08 0.19 0.27
Hex 53 39 3C 0 1F 1C 43 161 13 1B
Octal 123 71 74 0 37 34 103 541 23 33
Binary 1010011 111001 111100 0 11111 11100 1000011 101100001 10011 11011

Color Harmonies of #53393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53393C

Black with #53393C

Text Example


Text Example

White with #53393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53393C; }

 p { color: rgb(83,57,60); }

 H1.HeaderClassName
 {
   color: #53393C;
 }
 .AnyTagClassName
 {
   color: #53393C;
 }
</style>

background-color css

<style>
 a { background-color: #53393C; }

 a { background-color: rgb(83,57,60); }

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

border-color css

<style>
 span { border-color: #53393C; }

 span { border-color: rgb(83,57,60); }

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