Html Css Color HEX #53373B Jon

📋 copy color: '#53373B'

red 83 ◦ green 55 ◦ blue 59

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

Shades of Jon #53373B

Tints of Jon #53373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 59 (23.44% from 255) = 29.95%

R = 42.13%
G = 27.92%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53373B (or 0x53373B) is known color: Jon. HEX triplet: 53, 37 and 3B. RGB value is (83,55,59). Sum of RGB (Red+Green+Blue) = 83+55+59=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53373B is #ACC8C4. Grayscale: #3F3F3F. Windows color (decimal): -11323589 or 3880787. OLE color: 3880787.

HSL color Cylindrical-coordinate representation of color #53373B: hue angle of 351.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53373B is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 59 -
CMYK 0 0.34 0.29 0.67
HSL 351.43º 0.2% 0.27% -
HSV(B) 351.43º 0.34% 0.33% -
XYZ 5.72 4.89 4.78 -
YUV 63.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 83 55 59 0 0.34 0.29 0.67 351.43 0.2 0.27
Hex 53 37 3B 0 22 1D 43 15F 14 1B
Octal 123 67 73 0 42 35 103 537 24 33
Binary 1010011 110111 111011 0 100010 11101 1000011 101011111 10100 11011

Color Harmonies of #53373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53373B

Black with #53373B

Text Example


Text Example

White with #53373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53373B; }

 p { color: rgb(83,55,59); }

 H1.HeaderClassName
 {
   color: #53373B;
 }
 .AnyTagClassName
 {
   color: #53373B;
 }
</style>

background-color css

<style>
 a { background-color: #53373B; }

 a { background-color: rgb(83,55,59); }

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

border-color css

<style>
 span { border-color: #53373B; }

 span { border-color: rgb(83,55,59); }

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