Html Css Color HEX #404625 Bronzetone

📋 copy color: '#404625'

red 64 ◦ green 70 ◦ blue 37

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

Shades of Bronzetone #404625

Tints of Bronzetone #404625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.94%

 BLUE value IS 37 (14.84% from 255) = 21.64%

R = 37.43%
G = 40.94%
B = 21.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#404625 (or 0x404625) is known color: Bronzetone. HEX triplet: 40, 46 and 25. RGB value is (64,70,37). Sum of RGB (Red+Green+Blue) = 64+70+37=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #404625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404625 is #BFB9DA. Grayscale: #404040. Windows color (decimal): -12564955 or 2442816. OLE color: 2442816.

HSL color Cylindrical-coordinate representation of color #404625: hue angle of 70.91º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #404625 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 37 -
CMYK 0.09 0 0.47 0.73
HSL 70.91º 0.31% 0.21% -
HSV(B) 70.91º 0.47% 0.27% -
XYZ 4.64 5.6 2.59 -
YUV 64.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 64 70 37 0.09 0 0.47 0.73 70.91 0.31 0.21
Hex 40 46 25 9 0 2F 49 47 1F 15
Octal 100 106 45 11 0 57 111 107 37 25
Binary 1000000 1000110 100101 1001 0 101111 1001001 1000111 11111 10101

Color Harmonies of #404625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404625

Black with #404625

Text Example


Text Example

White with #404625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404625; }

 p { color: rgb(64,70,37); }

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

background-color css

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

 a { background-color: rgb(64,70,37); }

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

border-color css

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

 span { border-color: rgb(64,70,37); }

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