Html Css Color HEX #47383C Jon

📋 copy color: '#47383C'

red 71 ◦ green 56 ◦ blue 60

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

Shades of Jon #47383C

Tints of Jon #47383C

RGB

 RED value IS 71 (28.13% from 255) = 37.97%

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 37.97%
G = 29.95%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47383C (or 0x47383C) is known color: Jon. HEX triplet: 47, 38 and 3C. RGB value is (71,56,60). Sum of RGB (Red+Green+Blue) = 71+56+60=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #47383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47383C is #B8C7C3. Grayscale: #3C3C3C. Windows color (decimal): -12109764 or 3946567. OLE color: 3946567.

HSL color Cylindrical-coordinate representation of color #47383C: hue angle of 344º 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 #47383C is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 56 60 -
CMYK 0 0.21 0.15 0.72
HSL 344º 0.12% 0.25% -
HSV(B) 344º 0.21% 0.28% -
XYZ 4.83 4.49 4.89 -
YUV 60.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 71 56 60 0 0.21 0.15 0.72 344 0.12 0.25
Hex 47 38 3C 0 15 F 48 158 C 19
Octal 107 70 74 0 25 17 110 530 14 31
Binary 1000111 111000 111100 0 10101 1111 1001000 101011000 1100 11001

Color Harmonies of #47383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47383C

Black with #47383C

Text Example


Text Example

White with #47383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47383C;
 }
 .AnyTagClassName
 {
   color: #47383C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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