Html Css Color HEX #484340 Paco

📋 copy color: '#484340'

red 72 ◦ green 67 ◦ blue 64

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

Shades of Paco #484340

Tints of Paco #484340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 35.47%
G = 33%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#484340 (or 0x484340) is known color: Paco. HEX triplet: 48, 43 and 40. RGB value is (72,67,64). Sum of RGB (Red+Green+Blue) = 72+67+64=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #484340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484340 is #B7BCBF. Grayscale: #444444. Windows color (decimal): -12041408 or 4211528. OLE color: 4211528.

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

Color convert

RGB 72 67 64 -
CMYK 0 0.07 0.11 0.72
HSL 22.5º 0.06% 0.27% -
HSV(B) 22.5º 0.11% 0.28% -
XYZ 5.61 5.76 5.67 -
YUV 68.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 72 67 64 0 0.07 0.11 0.72 22.5 0.06 0.27
Hex 48 43 40 0 7 B 48 16 6 1B
Octal 110 103 100 0 7 13 110 26 6 33
Binary 1001000 1000011 1000000 0 111 1011 1001000 10110 110 11011

Color Harmonies of #484340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484340

Black with #484340

Text Example


Text Example

White with #484340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484340; }

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

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

background-color css

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

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

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

border-color css

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

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

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