Html Css Color HEX #4C423E Paco

📋 copy color: '#4C423E'

red 76 ◦ green 66 ◦ blue 62

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

Shades of Paco #4C423E

Tints of Paco #4C423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.35%

 BLUE value IS 62 (24.61% from 255) = 30.39%

R = 37.25%
G = 32.35%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4C423E (or 0x4C423E) is known color: Paco. HEX triplet: 4C, 42 and 3E. RGB value is (76,66,62). Sum of RGB (Red+Green+Blue) = 76+66+62=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 76 - color contains mainly: red. Hex color #4C423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C423E is #B3BDC1. Grayscale: #444444. Windows color (decimal): -11779522 or 4080204. OLE color: 4080204.

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

Color convert

RGB 76 66 62 -
CMYK 0 0.13 0.18 0.70
HSL 17.14º 0.1% 0.27% -
HSV(B) 17.14º 0.18% 0.3% -
XYZ 5.8 5.78 5.37 -
YUV 68.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 76 66 62 0 0.13 0.18 0.70 17.14 0.1 0.27
Hex 4C 42 3E 0 D 12 46 11 A 1B
Octal 114 102 76 0 15 22 106 21 12 33
Binary 1001100 1000010 111110 0 1101 10010 1000110 10001 1010 11011

Color Harmonies of #4C423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C423E

Black with #4C423E

Text Example


Text Example

White with #4C423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,66,62); }

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

background-color css

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

 a { background-color: rgb(76,66,62); }

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

border-color css

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

 span { border-color: rgb(76,66,62); }

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