Html Css Color HEX #404930 Bronzetone

📋 copy color: '#404930'

red 64 ◦ green 73 ◦ blue 48

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

Shades of Bronzetone #404930

Tints of Bronzetone #404930

RGB

 RED value IS 64 (25.39% from 255) = 34.59%

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 34.59%
G = 39.46%
B = 25.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#404930 (or 0x404930) is known color: Bronzetone. HEX triplet: 40, 49 and 30. RGB value is (64,73,48). Sum of RGB (Red+Green+Blue) = 64+73+48=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #404930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404930 is #BFB6CF. Grayscale: #434343. Windows color (decimal): -12564176 or 3164480. OLE color: 3164480.

HSL color Cylindrical-coordinate representation of color #404930: hue angle of 81.6º degrees, saturation: 0.21, 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 #404930 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 48 -
CMYK 0.12 0 0.34 0.71
HSL 81.6º 0.21% 0.24% -
HSV(B) 81.6º 0.34% 0.29% -
XYZ 5.03 6.07 3.7 -
YUV 67.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 64 73 48 0.12 0 0.34 0.71 81.6 0.21 0.24
Hex 40 49 30 C 0 22 47 52 15 18
Octal 100 111 60 14 0 42 107 122 25 30
Binary 1000000 1001001 110000 1100 0 100010 1000111 1010010 10101 11000

Color Harmonies of #404930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404930

Black with #404930

Text Example


Text Example

White with #404930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404930; }

 p { color: rgb(64,73,48); }

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

background-color css

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

 a { background-color: rgb(64,73,48); }

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

border-color css

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

 span { border-color: rgb(64,73,48); }

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