Html Css Color HEX #484545 Charcoal

📋 copy color: '#484545'

red 72 ◦ green 69 ◦ blue 69

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

Shades of Charcoal #484545

Tints of Charcoal #484545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 34.29%
G = 32.86%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#484545 (or 0x484545) is known color: Charcoal. HEX triplet: 48, 45 and 45. RGB value is (72,69,69). Sum of RGB (Red+Green+Blue) = 72+69+69=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 72 - color contains mainly: red. Hex color #484545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484545 is #B7BABA. Grayscale: #454545. Windows color (decimal): -12040891 or 4539720. OLE color: 4539720.

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

Color convert

RGB 72 69 69 -
CMYK 0 0.04 0.04 0.72
HSL 0.02% 0.28% -
HSV(B) 0.04% 0.28% -
XYZ 5.87 6.06 6.49 -
YUV 69.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 72 69 69 0 0.04 0.04 0.72 0 0.02 0.28
Hex 48 45 45 0 4 4 48 0 2 1C
Octal 110 105 105 0 4 4 110 0 2 34
Binary 1001000 1000101 1000101 0 100 100 1001000 0 10 11100

Color Harmonies of #484545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484545

Black with #484545

Text Example


Text Example

White with #484545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484545; }

 p { color: rgb(72,69,69); }

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

background-color css

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

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

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

border-color css

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

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

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