Html Css Color HEX #4C473C Punga

📋 copy color: '#4C473C'

red 76 ◦ green 71 ◦ blue 60

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

Shades of Punga #4C473C

Tints of Punga #4C473C

RGB

 RED value IS 76 (30.08% from 255) = 36.71%

 GREEN value IS 71 (28.13% from 255) = 34.3%

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

R = 36.71%
G = 34.3%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C473C (or 0x4C473C) is known color: Punga. HEX triplet: 4C, 47 and 3C. RGB value is (76,71,60). Sum of RGB (Red+Green+Blue) = 76+71+60=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 76 - color contains mainly: red. Hex color #4C473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C473C is #B3B8C3. Grayscale: #474747. Windows color (decimal): -11778244 or 3950412. OLE color: 3950412.

HSL color Cylindrical-coordinate representation of color #4C473C: hue angle of 41.25º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C473C is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 71 60 -
CMYK 0 0.07 0.21 0.70
HSL 41.25º 0.12% 0.27% -
HSV(B) 41.25º 0.21% 0.3% -
XYZ 6.05 6.37 5.19 -
YUV 71.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 76 71 60 0 0.07 0.21 0.70 41.25 0.12 0.27
Hex 4C 47 3C 0 7 15 46 29 C 1B
Octal 114 107 74 0 7 25 106 51 14 33
Binary 1001100 1000111 111100 0 111 10101 1000110 101001 1100 11011

Color Harmonies of #4C473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C473C

Black with #4C473C

Text Example


Text Example

White with #4C473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C473C;
 }
 .AnyTagClassName
 {
   color: #4C473C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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