Html Css Color HEX #42433C Heavy Metal

📋 copy color: '#42433C'

red 66 ◦ green 67 ◦ blue 60

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

Shades of Heavy Metal #42433C

Tints of Heavy Metal #42433C

RGB

 RED value IS 66 (26.17% from 255) = 34.2%

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

 BLUE value IS 60 (23.83% from 255) = 31.09%

R = 34.2%
G = 34.72%
B = 31.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#42433C (or 0x42433C) is known color: Heavy Metal. HEX triplet: 42, 43 and 3C. RGB value is (66,67,60). Sum of RGB (Red+Green+Blue) = 66+67+60=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 67 - color contains mainly: green. Hex color #42433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42433C is #BDBCC3. Grayscale: #414141. Windows color (decimal): -12434628 or 3949378. OLE color: 3949378.

HSL color Cylindrical-coordinate representation of color #42433C: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #42433C is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 60 -
CMYK 0.01 0 0.10 0.74
HSL 68.57º 0.06% 0.25% -
HSV(B) 68.57º 0.1% 0.26% -
XYZ 5.07 5.5 5.07 -
YUV 65.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 66 67 60 0.01 0 0.10 0.74 68.57 0.06 0.25
Hex 42 43 3C 1 0 A 4A 45 6 19
Octal 102 103 74 1 0 12 112 105 6 31
Binary 1000010 1000011 111100 1 0 1010 1001010 1000101 110 11001

Color Harmonies of #42433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42433C

Black with #42433C

Text Example


Text Example

White with #42433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42433C; }

 p { color: rgb(66,67,60); }

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

background-color css

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

 a { background-color: rgb(66,67,60); }

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

border-color css

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

 span { border-color: rgb(66,67,60); }

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