Html Css Color HEX #4C4638 Punga

📋 copy color: '#4C4638'

red 76 ◦ green 70 ◦ blue 56

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

Shades of Punga #4C4638

Tints of Punga #4C4638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.72%

R = 37.62%
G = 34.65%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4C4638 (or 0x4C4638) is known color: Punga. HEX triplet: 4C, 46 and 38. RGB value is (76,70,56). Sum of RGB (Red+Green+Blue) = 76+70+56=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4638 is #B3B9C7. Grayscale: #464646. Windows color (decimal): -11778504 or 3688012. OLE color: 3688012.

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

Color convert

RGB 76 70 56 -
CMYK 0 0.08 0.26 0.70
HSL 42º 0.15% 0.26% -
HSV(B) 42º 0.26% 0.3% -
XYZ 5.88 6.2 4.63 -
YUV 70.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 76 70 56 0 0.08 0.26 0.70 42 0.15 0.26
Hex 4C 46 38 0 8 1A 46 2A F 1A
Octal 114 106 70 0 10 32 106 52 17 32
Binary 1001100 1000110 111000 0 1000 11010 1000110 101010 1111 11010

Color Harmonies of #4C4638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4638

Black with #4C4638

Text Example


Text Example

White with #4C4638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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