#47373B

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

Shades of Jon #47373B

Tints of Jon #47373B

Color information

#47373B (or 0x47373B) is unknown color: approx Jon. HEX triplet: 47, 37 and 3B. RGB value is (71,55,59). Sum of RGB (Red+Green+Blue) = 71+55+59=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #47373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47373B is #B8C8C4. Grayscale: #3C3C3C. Windows color (decimal): -12110021 or 3880775. OLE color: 3880775.

HSL color Cylindrical-coordinate representation of color #47373B: hue angle of 345º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47373B is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB715559-
CMYK00.230.170.72
HSL345º12.7%24.71%-
HSV(B)345º22.54%27.84%-
XYZ4.754.394.73-
YUV60.24127.3135.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=38.38%
G=29.73%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71555900.230.170.7234512.724.71
Hex47373B0171148159d19
Octal1076773027211105311531
Binary1000111110111111011010111100011001000101011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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