Html Css Color HEX #4A423D Paco

📋 copy color: '#4A423D'

red 74 ◦ green 66 ◦ blue 61

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

Shades of Paco #4A423D

Tints of Paco #4A423D

RGB

 RED value IS 74 (29.3% from 255) = 36.82%

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

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 36.82%
G = 32.84%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#4A423D (or 0x4A423D) is known color: Paco. HEX triplet: 4A, 42 and 3D. RGB value is (74,66,61). Sum of RGB (Red+Green+Blue) = 74+66+61=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 74 - color contains mainly: red. Hex color #4A423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A423D is #B5BDC2. Grayscale: #434343. Windows color (decimal): -11910595 or 4014666. OLE color: 4014666.

HSL color Cylindrical-coordinate representation of color #4A423D: hue angle of 23.08º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A423D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 66 61 -
CMYK 0 0.11 0.18 0.71
HSL 23.08º 0.1% 0.26% -
HSV(B) 23.08º 0.18% 0.29% -
XYZ 5.61 5.69 5.22 -
YUV 67.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 74 66 61 0 0.11 0.18 0.71 23.08 0.1 0.26
Hex 4A 42 3D 0 B 12 47 17 A 1A
Octal 112 102 75 0 13 22 107 27 12 32
Binary 1001010 1000010 111101 0 1011 10010 1000111 10111 1010 11010

Color Harmonies of #4A423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A423D

Black with #4A423D

Text Example


Text Example

White with #4A423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,61); }

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

background-color css

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

 a { background-color: rgb(74,66,61); }

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

border-color css

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

 span { border-color: rgb(74,66,61); }

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