Html Css Color HEX #484341 Paco

📋 copy color: '#484341'

red 72 ◦ green 67 ◦ blue 65

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

Shades of Paco #484341

Tints of Paco #484341

RGB

 RED value IS 72 (28.52% from 255) = 35.29%

 GREEN value IS 67 (26.56% from 255) = 32.84%

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 35.29%
G = 32.84%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#484341 (or 0x484341) is known color: Paco. HEX triplet: 48, 43 and 41. RGB value is (72,67,65). Sum of RGB (Red+Green+Blue) = 72+67+65=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #484341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484341 is #B7BCBE. Grayscale: #444444. Windows color (decimal): -12041407 or 4277064. OLE color: 4277064.

HSL color Cylindrical-coordinate representation of color #484341: hue angle of 17.14º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484341 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 65 -
CMYK 0 0.07 0.10 0.72
HSL 17.14º 0.05% 0.27% -
HSV(B) 17.14º 0.1% 0.28% -
XYZ 5.63 5.77 5.82 -
YUV 68.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 72 67 65 0 0.07 0.10 0.72 17.14 0.05 0.27
Hex 48 43 41 0 7 A 48 11 5 1B
Octal 110 103 101 0 7 12 110 21 5 33
Binary 1001000 1000011 1000001 0 111 1010 1001000 10001 101 11011

Color Harmonies of #484341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484341

Black with #484341

Text Example


Text Example

White with #484341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484341; }

 p { color: rgb(72,67,65); }

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

background-color css

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

 a { background-color: rgb(72,67,65); }

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

border-color css

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

 span { border-color: rgb(72,67,65); }

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