Html Css Color HEX #404730 Bronzetone

📋 copy color: '#404730'

red 64 ◦ green 71 ◦ blue 48

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

Shades of Bronzetone #404730

Tints of Bronzetone #404730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

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

R = 34.97%
G = 38.8%
B = 26.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#404730 (or 0x404730) is known color: Bronzetone. HEX triplet: 40, 47 and 30. RGB value is (64,71,48). Sum of RGB (Red+Green+Blue) = 64+71+48=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #404730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404730 is #BFB8CF. Grayscale: #424242. Windows color (decimal): -12564688 or 3163968. OLE color: 3163968.

HSL color Cylindrical-coordinate representation of color #404730: hue angle of 78.26º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #404730 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 48 -
CMYK 0.10 0 0.32 0.72
HSL 78.26º 0.19% 0.23% -
HSV(B) 78.26º 0.32% 0.28% -
XYZ 4.9 5.81 3.66 -
YUV 66.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 64 71 48 0.10 0 0.32 0.72 78.26 0.19 0.23
Hex 40 47 30 A 0 20 48 4E 13 17
Octal 100 107 60 12 0 40 110 116 23 27
Binary 1000000 1000111 110000 1010 0 100000 1001000 1001110 10011 10111

Color Harmonies of #404730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404730

Black with #404730

Text Example


Text Example

White with #404730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404730; }

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

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

background-color css

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

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

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

border-color css

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

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

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