Html Css Color HEX #4C4038 Paco

📋 copy color: '#4C4038'

red 76 ◦ green 64 ◦ blue 56

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

Shades of Paco #4C4038

Tints of Paco #4C4038

RGB

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

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

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

R = 38.78%
G = 32.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#4C4038 (or 0x4C4038) is known color: Paco. HEX triplet: 4C, 40 and 38. RGB value is (76,64,56). Sum of RGB (Red+Green+Blue) = 76+64+56=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4038 is #B3BFC7. Grayscale: #424242. Windows color (decimal): -11780040 or 3686476. OLE color: 3686476.

HSL color Cylindrical-coordinate representation of color #4C4038: hue angle of 24º 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 #4C4038 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 64 56 -
CMYK 0 0.16 0.26 0.70
HSL 24º 0.15% 0.26% -
HSV(B) 24º 0.26% 0.3% -
XYZ 5.53 5.49 4.51 -
YUV 66.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 76 64 56 0 0.16 0.26 0.70 24 0.15 0.26
Hex 4C 40 38 0 10 1A 46 18 F 1A
Octal 114 100 70 0 20 32 106 30 17 32
Binary 1001100 1000000 111000 0 10000 11010 1000110 11000 1111 11010

Color Harmonies of #4C4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4038

Black with #4C4038

Text Example


Text Example

White with #4C4038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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