Html Css Color HEX #52393C Jon

📋 copy color: '#52393C'

red 82 ◦ green 57 ◦ blue 60

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

Shades of Jon #52393C

Tints of Jon #52393C

RGB

 RED value IS 82 (32.42% from 255) = 41.21%

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

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

R = 41.21%
G = 28.64%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52393C (or 0x52393C) is known color: Jon. HEX triplet: 52, 39 and 3C. RGB value is (82,57,60). Sum of RGB (Red+Green+Blue) = 82+57+60=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #52393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52393C is #ADC6C3. Grayscale: #404040. Windows color (decimal): -11388612 or 3946834. OLE color: 3946834.

HSL color Cylindrical-coordinate representation of color #52393C: hue angle of 352.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52393C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 60 -
CMYK 0 0.30 0.27 0.68
HSL 352.8º 0.18% 0.27% -
HSV(B) 352.8º 0.3% 0.32% -
XYZ 5.76 5.05 4.95 -
YUV 64.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 82 57 60 0 0.30 0.27 0.68 352.8 0.18 0.27
Hex 52 39 3C 0 1E 1B 44 161 12 1B
Octal 122 71 74 0 36 33 104 541 22 33
Binary 1010010 111001 111100 0 11110 11011 1000100 101100001 10010 11011

Color Harmonies of #52393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52393C

Black with #52393C

Text Example


Text Example

White with #52393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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