Html Css Color HEX #47403C Paco

📋 copy color: '#47403C'

red 71 ◦ green 64 ◦ blue 60

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

Shades of Paco #47403C

Tints of Paco #47403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

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

R = 36.41%
G = 32.82%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47403C (or 0x47403C) is known color: Paco. HEX triplet: 47, 40 and 3C. RGB value is (71,64,60). Sum of RGB (Red+Green+Blue) = 71+64+60=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #47403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47403C is #B8BFC3. Grayscale: #414141. Windows color (decimal): -12107716 or 3948615. OLE color: 3948615.

HSL color Cylindrical-coordinate representation of color #47403C: hue angle of 21.82º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #47403C is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 64 60 -
CMYK 0 0.10 0.15 0.72
HSL 21.82º 0.08% 0.26% -
HSV(B) 21.82º 0.15% 0.28% -
XYZ 5.25 5.33 5.03 -
YUV 65.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 71 64 60 0 0.10 0.15 0.72 21.82 0.08 0.26
Hex 47 40 3C 0 A F 48 16 8 1A
Octal 107 100 74 0 12 17 110 26 10 32
Binary 1000111 1000000 111100 0 1010 1111 1001000 10110 1000 11010

Color Harmonies of #47403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47403C

Black with #47403C

Text Example


Text Example

White with #47403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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