#4A373C

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

Shades of Jon #4A373C

Tints of Jon #4A373C

Color information

#4A373C (or 0x4A373C) is unknown color: approx Jon. HEX triplet: 4A, 37 and 3C. RGB value is (74,55,60). Sum of RGB (Red+Green+Blue) = 74+55+60=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 74 - color contains mainly: red. Hex color #4A373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A373C is #B5C8C3. Grayscale: #3D3D3D. Windows color (decimal): -11913412 or 3946314. OLE color: 3946314.

HSL color Cylindrical-coordinate representation of color #4A373C: hue angle of 344.21º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A373C is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB745560-
CMYK00.260.190.71
HSL344.21º14.73%25.29%-
HSV(B)344.21º25.68%29.02%-
XYZ5.014.514.88-
YUV61.25127.29137.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.15%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=39.15%
G=29.10%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74556000.260.190.71344.2114.7325.29
Hex4A373C01A1347158f19
Octal1126774032231075301731
Binary1001010110111111100011010100111000111101011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A373C; }

 p { color: rgb(74,55,60); }

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

<style>
 a { background-color: #4A373C; }

 a { background-color: rgb(74,55,60); }

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

<style>
 span { border-color: #4A373C; }

 span { border-color: rgb(74,55,60); }

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