Html Css Color HEX #424931 Bronzetone

📋 copy color: '#424931'

red 66 ◦ green 73 ◦ blue 49

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

Shades of Bronzetone #424931

Tints of Bronzetone #424931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.83%

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

R = 35.11%
G = 38.83%
B = 26.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#424931 (or 0x424931) is known color: Bronzetone. HEX triplet: 42, 49 and 31. RGB value is (66,73,49). Sum of RGB (Red+Green+Blue) = 66+73+49=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #424931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424931 is #BDB6CE. Grayscale: #444444. Windows color (decimal): -12433103 or 3230018. OLE color: 3230018.

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

Color convert

RGB 66 73 49 -
CMYK 0.10 0 0.33 0.71
HSL 77.5º 0.2% 0.24% -
HSV(B) 77.5º 0.33% 0.29% -
XYZ 5.18 6.15 3.82 -
YUV 68.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 66 73 49 0.10 0 0.33 0.71 77.5 0.2 0.24
Hex 42 49 31 A 0 21 47 4E 14 18
Octal 102 111 61 12 0 41 107 116 24 30
Binary 1000010 1001001 110001 1010 0 100001 1000111 1001110 10100 11000

Color Harmonies of #424931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424931

Black with #424931

Text Example


Text Example

White with #424931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424931; }

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

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

background-color css

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

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

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

border-color css

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

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

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