Html Css Color HEX #53393A Jon

📋 copy color: '#53393A'

red 83 ◦ green 57 ◦ blue 58

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

Shades of Jon #53393A

Tints of Jon #53393A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 41.92%
G = 28.79%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53393A (or 0x53393A) is known color: Jon. HEX triplet: 53, 39 and 3A. RGB value is (83,57,58). Sum of RGB (Red+Green+Blue) = 83+57+58=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53393A is #ACC6C5. Grayscale: #404040. Windows color (decimal): -11323078 or 3815763. OLE color: 3815763.

HSL color Cylindrical-coordinate representation of color #53393A: hue angle of 357.69º 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 #53393A is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 58 -
CMYK 0 0.31 0.30 0.67
HSL 357.69º 0.19% 0.27% -
HSV(B) 357.69º 0.31% 0.33% -
XYZ 5.79 5.07 4.68 -
YUV 64.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 83 57 58 0 0.31 0.30 0.67 357.69 0.19 0.27
Hex 53 39 3A 0 1F 1E 43 166 13 1B
Octal 123 71 72 0 37 36 103 546 23 33
Binary 1010011 111001 111010 0 11111 11110 1000011 101100110 10011 11011

Color Harmonies of #53393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53393A

Black with #53393A

Text Example


Text Example

White with #53393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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