Html Css Color HEX #454835 Heavy Metal

📋 copy color: '#454835'

red 69 ◦ green 72 ◦ blue 53

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

Shades of Heavy Metal #454835

Tints of Heavy Metal #454835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 35.57%
G = 37.11%
B = 27.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#454835 (or 0x454835) is known color: Heavy Metal. HEX triplet: 45, 48 and 35. RGB value is (69,72,53). Sum of RGB (Red+Green+Blue) = 69+72+53=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #454835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454835 is #BAB7CA. Grayscale: #454545. Windows color (decimal): -12236747 or 3491909. OLE color: 3491909.

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

Color convert

RGB 69 72 53 -
CMYK 0.04 0 0.26 0.72
HSL 69.47º 0.15% 0.25% -
HSV(B) 69.47º 0.26% 0.28% -
XYZ 5.41 6.16 4.27 -
YUV 68.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 69 72 53 0.04 0 0.26 0.72 69.47 0.15 0.25
Hex 45 48 35 4 0 1A 48 45 F 19
Octal 105 110 65 4 0 32 110 105 17 31
Binary 1000101 1001000 110101 100 0 11010 1001000 1000101 1111 11001

Color Harmonies of #454835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454835

Black with #454835

Text Example


Text Example

White with #454835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454835; }

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

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

background-color css

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

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

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

border-color css

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

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

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