Html Css Color HEX #52393B Jon

📋 copy color: '#52393B'

red 82 ◦ green 57 ◦ blue 59

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

Shades of Jon #52393B

Tints of Jon #52393B

RGB

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

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

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

R = 41.41%
G = 28.79%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52393B (or 0x52393B) is known color: Jon. HEX triplet: 52, 39 and 3B. RGB value is (82,57,59). Sum of RGB (Red+Green+Blue) = 82+57+59=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #52393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52393B is #ADC6C4. Grayscale: #404040. Windows color (decimal): -11388613 or 3881298. OLE color: 3881298.

HSL color Cylindrical-coordinate representation of color #52393B: hue angle of 355.2º 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 #52393B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 59 -
CMYK 0 0.30 0.28 0.68
HSL 355.2º 0.18% 0.27% -
HSV(B) 355.2º 0.3% 0.32% -
XYZ 5.73 5.04 4.81 -
YUV 64.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 82 57 59 0 0.30 0.28 0.68 355.2 0.18 0.27
Hex 52 39 3B 0 1E 1C 44 163 12 1B
Octal 122 71 73 0 36 34 104 543 22 33
Binary 1010010 111001 111011 0 11110 11100 1000100 101100011 10010 11011

Color Harmonies of #52393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52393B

Black with #52393B

Text Example


Text Example

White with #52393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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