Html Css Color HEX #454838 Heavy Metal

📋 copy color: '#454838'

red 69 ◦ green 72 ◦ blue 56

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

Shades of Heavy Metal #454838

Tints of Heavy Metal #454838

RGB

 RED value IS 69 (27.34% from 255) = 35.03%

 GREEN value IS 72 (28.52% from 255) = 36.55%

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

R = 35.03%
G = 36.55%
B = 28.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#454838 (or 0x454838) is known color: Heavy Metal. HEX triplet: 45, 48 and 38. RGB value is (69,72,56). Sum of RGB (Red+Green+Blue) = 69+72+56=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #454838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454838 is #BAB7C7. Grayscale: #454545. Windows color (decimal): -12236744 or 3688517. OLE color: 3688517.

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

Color convert

RGB 69 72 56 -
CMYK 0.04 0 0.22 0.72
HSL 71.25º 0.13% 0.25% -
HSV(B) 71.25º 0.22% 0.28% -
XYZ 5.49 6.19 4.65 -
YUV 69.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 69 72 56 0.04 0 0.22 0.72 71.25 0.13 0.25
Hex 45 48 38 4 0 16 48 47 C 19
Octal 105 110 70 4 0 26 110 107 14 31
Binary 1000101 1001000 111000 100 0 10110 1001000 1000111 1100 11001

Color Harmonies of #454838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454838

Black with #454838

Text Example


Text Example

White with #454838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454838; }

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

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

background-color css

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

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

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

border-color css

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

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

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