Html Css Color HEX #4A3D38 Paco

📋 copy color: '#4A3D38'

red 74 ◦ green 61 ◦ blue 56

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

Shades of Paco #4A3D38

Tints of Paco #4A3D38

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.94%

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

R = 38.74%
G = 31.94%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4A3D38 (or 0x4A3D38) is known color: Paco. HEX triplet: 4A, 3D and 38. RGB value is (74,61,56). Sum of RGB (Red+Green+Blue) = 74+61+56=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3D38 is #B5C2C7. Grayscale: #404040. Windows color (decimal): -11911880 or 3685706. OLE color: 3685706.

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

Color convert

RGB 74 61 56 -
CMYK 0 0.18 0.24 0.71
HSL 16.67º 0.14% 0.25% -
HSV(B) 16.67º 0.24% 0.29% -
XYZ 5.21 5.08 4.45 -
YUV 64.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 74 61 56 0 0.18 0.24 0.71 16.67 0.14 0.25
Hex 4A 3D 38 0 12 18 47 11 E 19
Octal 112 75 70 0 22 30 107 21 16 31
Binary 1001010 111101 111000 0 10010 11000 1000111 10001 1110 11001

Color Harmonies of #4A3D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3D38

Black with #4A3D38

Text Example


Text Example

White with #4A3D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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