#52393E

Color #52393E Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #52393E

Tints of Jon #52393E

Color information

#52393E (or 0x52393E) is unknown color: approx Jon. HEX triplet: 52, 39 and 3E. RGB value is (82,57,62). Sum of RGB (Red+Green+Blue) = 82+57+62=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #52393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52393E is #ADC6C1. Grayscale: #414141. Windows color (decimal): -11388610 or 4077906. OLE color: 4077906.

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

Color convert

RGB825762-
CMYK00.300.240.68
HSL348º17.99%27.25%-
HSV(B)348º30.49%32.16%-
XYZ5.815.075.23-
YUV65.04126.28140.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=40.80%
G=28.36%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82576200.300.240.6834817.9927.25
Hex52393E01E184415c121b
Octal1227176036301045342233
Binary10100101110011111100111101100010001001010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52393E;
 }
 .AnyTagClassName
 {
   color: #52393E;
 }
</style>
background-color css

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

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

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

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

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

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