#52383D

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

Shades of Jon #52383D

Tints of Jon #52383D

Color information

#52383D (or 0x52383D) is unknown color: approx Jon. HEX triplet: 52, 38 and 3D. RGB value is (82,56,61). Sum of RGB (Red+Green+Blue) = 82+56+61=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #52383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52383D is #ADC7C2. Grayscale: #404040. Windows color (decimal): -11388867 or 4012114. OLE color: 4012114.

HSL color Cylindrical-coordinate representation of color #52383D: hue angle of 348.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52383D is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB825661-
CMYK00.320.260.68
HSL348.46º18.84%27.06%-
HSV(B)348.46º31.71%32.16%-
XYZ5.744.965.07-
YUV64.34126.11140.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=41.21%
G=28.14%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82566100.320.260.68348.4618.8427.06
Hex52383D0201A4415c131b
Octal1227075040321045342333
Binary101001011100011110101000001101010001001010111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52383D; }

 p { color: rgb(82,56,61); }

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

<style>
 a { background-color: #52383D; }

 a { background-color: rgb(82,56,61); }

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

<style>
 span { border-color: #52383D; }

 span { border-color: rgb(82,56,61); }

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