Html Css Color HEX #52373B Jon

📋 copy color: '#52373B'

red 82 ◦ green 55 ◦ blue 59

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

Shades of Jon #52373B

Tints of Jon #52373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.06%

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

R = 41.84%
G = 28.06%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52373B (or 0x52373B) is known color: Jon. HEX triplet: 52, 37 and 3B. RGB value is (82,55,59). Sum of RGB (Red+Green+Blue) = 82+55+59=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #52373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52373B is #ADC8C4. Grayscale: #3F3F3F. Windows color (decimal): -11389125 or 3880786. OLE color: 3880786.

HSL color Cylindrical-coordinate representation of color #52373B: hue angle of 351.11º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52373B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 55 59 -
CMYK 0 0.33 0.28 0.68
HSL 351.11º 0.2% 0.27% -
HSV(B) 351.11º 0.33% 0.32% -
XYZ 5.64 4.84 4.78 -
YUV 63.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 82 55 59 0 0.33 0.28 0.68 351.11 0.2 0.27
Hex 52 37 3B 0 21 1C 44 15F 14 1B
Octal 122 67 73 0 41 34 104 537 24 33
Binary 1010010 110111 111011 0 100001 11100 1000100 101011111 10100 11011

Color Harmonies of #52373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52373B

Black with #52373B

Text Example


Text Example

White with #52373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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