Html Css Color HEX #4A3F38 Paco

📋 copy color: '#4A3F38'

red 74 ◦ green 63 ◦ blue 56

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

Shades of Paco #4A3F38

Tints of Paco #4A3F38

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

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

R = 38.34%
G = 32.64%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4A3F38 (or 0x4A3F38) is known color: Paco. HEX triplet: 4A, 3F and 38. RGB value is (74,63,56). Sum of RGB (Red+Green+Blue) = 74+63+56=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3F38 is #B5C0C7. Grayscale: #414141. Windows color (decimal): -11911368 or 3686218. OLE color: 3686218.

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

Color convert

RGB 74 63 56 -
CMYK 0 0.15 0.24 0.71
HSL 23.33º 0.14% 0.25% -
HSV(B) 23.33º 0.24% 0.29% -
XYZ 5.32 5.3 4.48 -
YUV 65.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 74 63 56 0 0.15 0.24 0.71 23.33 0.14 0.25
Hex 4A 3F 38 0 F 18 47 17 E 19
Octal 112 77 70 0 17 30 107 27 16 31
Binary 1001010 111111 111000 0 1111 11000 1000111 10111 1110 11001

Color Harmonies of #4A3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3F38

Black with #4A3F38

Text Example


Text Example

White with #4A3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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