Html Css Color HEX #424A31 Bronzetone

📋 copy color: '#424A31'

red 66 ◦ green 74 ◦ blue 49

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

Shades of Bronzetone #424A31

Tints of Bronzetone #424A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.15%

 BLUE value IS 49 (19.53% from 255) = 25.93%

R = 34.92%
G = 39.15%
B = 25.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#424A31 (or 0x424A31) is known color: Bronzetone. HEX triplet: 42, 4A and 31. RGB value is (66,74,49). Sum of RGB (Red+Green+Blue) = 66+74+49=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #424A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A31 is #BDB5CE. Grayscale: #444444. Windows color (decimal): -12432847 or 3230274. OLE color: 3230274.

HSL color Cylindrical-coordinate representation of color #424A31: hue angle of 79.2º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #424A31 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 74 49 -
CMYK 0.11 0 0.34 0.71
HSL 79.2º 0.2% 0.24% -
HSV(B) 79.2º 0.34% 0.29% -
XYZ 5.25 6.28 3.84 -
YUV 68.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 66 74 49 0.11 0 0.34 0.71 79.2 0.2 0.24
Hex 42 4A 31 B 0 22 47 4F 14 18
Octal 102 112 61 13 0 42 107 117 24 30
Binary 1000010 1001010 110001 1011 0 100010 1000111 1001111 10100 11000

Color Harmonies of #424A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A31

Black with #424A31

Text Example


Text Example

White with #424A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424A31; }

 p { color: rgb(66,74,49); }

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

background-color css

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

 a { background-color: rgb(66,74,49); }

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

border-color css

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

 span { border-color: rgb(66,74,49); }

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