Html Css Color HEX #4C423B Paco

📋 copy color: '#4C423B'

red 76 ◦ green 66 ◦ blue 59

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

Shades of Paco #4C423B

Tints of Paco #4C423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.35%

R = 37.81%
G = 32.84%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C423B (or 0x4C423B) is known color: Paco. HEX triplet: 4C, 42 and 3B. RGB value is (76,66,59). Sum of RGB (Red+Green+Blue) = 76+66+59=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C423B is #B3BDC4. Grayscale: #444444. Windows color (decimal): -11779525 or 3883596. OLE color: 3883596.

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

Color convert

RGB 76 66 59 -
CMYK 0 0.13 0.22 0.70
HSL 24.71º 0.13% 0.26% -
HSV(B) 24.71º 0.22% 0.3% -
XYZ 5.72 5.75 4.95 -
YUV 68.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 76 66 59 0 0.13 0.22 0.70 24.71 0.13 0.26
Hex 4C 42 3B 0 D 16 46 19 D 1A
Octal 114 102 73 0 15 26 106 31 15 32
Binary 1001100 1000010 111011 0 1101 10110 1000110 11001 1101 11010

Color Harmonies of #4C423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C423B

Black with #4C423B

Text Example


Text Example

White with #4C423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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