#47383B

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

Shades of Jon #47383B

Tints of Jon #47383B

Color information

#47383B (or 0x47383B) is unknown color: approx Jon. HEX triplet: 47, 38 and 3B. RGB value is (71,56,59). Sum of RGB (Red+Green+Blue) = 71+56+59=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #47383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47383B is #B8C7C4. Grayscale: #3C3C3C. Windows color (decimal): -12109765 or 3881031. OLE color: 3881031.

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

Color convert

RGB715659-
CMYK00.210.170.72
HSL348º11.81%24.9%-
HSV(B)348º21.13%27.84%-
XYZ4.84.484.75-
YUV60.83126.97135.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 59 (23.44% from 255) = 31.72%
R=38.17%
G=30.11%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71565900.210.170.7234811.8124.9
Hex47383B015114815cc19
Octal1077073025211105341431
Binary1000111111000111011010101100011001000101011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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