Html Css Color HEX #4C463A Punga

📋 copy color: '#4C463A'

red 76 ◦ green 70 ◦ blue 58

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

Shades of Punga #4C463A

Tints of Punga #4C463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 37.25%
G = 34.31%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C463A (or 0x4C463A) is known color: Punga. HEX triplet: 4C, 46 and 3A. RGB value is (76,70,58). Sum of RGB (Red+Green+Blue) = 76+70+58=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 76 - color contains mainly: red. Hex color #4C463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C463A is #B3B9C5. Grayscale: #464646. Windows color (decimal): -11778502 or 3819084. OLE color: 3819084.

HSL color Cylindrical-coordinate representation of color #4C463A: hue angle of 40º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C463A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 70 58 -
CMYK 0 0.08 0.24 0.70
HSL 40º 0.13% 0.26% -
HSV(B) 40º 0.24% 0.3% -
XYZ 5.93 6.22 4.89 -
YUV 70.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 76 70 58 0 0.08 0.24 0.70 40 0.13 0.26
Hex 4C 46 3A 0 8 18 46 28 D 1A
Octal 114 106 72 0 10 30 106 50 15 32
Binary 1001100 1000110 111010 0 1000 11000 1000110 101000 1101 11010

Color Harmonies of #4C463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C463A

Black with #4C463A

Text Example


Text Example

White with #4C463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,58); }

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

background-color css

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

 a { background-color: rgb(76,70,58); }

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

border-color css

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

 span { border-color: rgb(76,70,58); }

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