Html Css Color HEX #53383A Jon

📋 copy color: '#53383A'

red 83 ◦ green 56 ◦ blue 58

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

Shades of Jon #53383A

Tints of Jon #53383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

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

R = 42.13%
G = 28.43%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53383A (or 0x53383A) is known color: Jon. HEX triplet: 53, 38 and 3A. RGB value is (83,56,58). Sum of RGB (Red+Green+Blue) = 83+56+58=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53383A is #ACC7C5. Grayscale: #404040. Windows color (decimal): -11323334 or 3815507. OLE color: 3815507.

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

Color convert

RGB 83 56 58 -
CMYK 0 0.33 0.30 0.67
HSL 355.56º 0.19% 0.27% -
HSV(B) 355.56º 0.33% 0.33% -
XYZ 5.75 4.97 4.66 -
YUV 64.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 83 56 58 0 0.33 0.30 0.67 355.56 0.19 0.27
Hex 53 38 3A 0 21 1E 43 164 13 1B
Octal 123 70 72 0 41 36 103 544 23 33
Binary 1010011 111000 111010 0 100001 11110 1000011 101100100 10011 11011

Color Harmonies of #53383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53383A

Black with #53383A

Text Example


Text Example

White with #53383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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