Html Css Color HEX #4C413A Paco

📋 copy color: '#4C413A'

red 76 ◦ green 65 ◦ blue 58

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

Shades of Paco #4C413A

Tints of Paco #4C413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.66%

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

R = 38.19%
G = 32.66%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#4C413A (or 0x4C413A) is known color: Paco. HEX triplet: 4C, 41 and 3A. RGB value is (76,65,58). Sum of RGB (Red+Green+Blue) = 76+65+58=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 76 - color contains mainly: red. Hex color #4C413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C413A is #B3BEC5. Grayscale: #434343. Windows color (decimal): -11779782 or 3817804. OLE color: 3817804.

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

Color convert

RGB 76 65 58 -
CMYK 0 0.14 0.24 0.70
HSL 23.33º 0.13% 0.26% -
HSV(B) 23.33º 0.24% 0.3% -
XYZ 5.63 5.62 4.79 -
YUV 67.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 76 65 58 0 0.14 0.24 0.70 23.33 0.13 0.26
Hex 4C 41 3A 0 E 18 46 17 D 1A
Octal 114 101 72 0 16 30 106 27 15 32
Binary 1001100 1000001 111010 0 1110 11000 1000110 10111 1101 11010

Color Harmonies of #4C413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C413A

Black with #4C413A

Text Example


Text Example

White with #4C413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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