Html Css Color HEX #404A27 Bronzetone

📋 copy color: '#404A27'

red 64 ◦ green 74 ◦ blue 39

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

Shades of Bronzetone #404A27

Tints of Bronzetone #404A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 36.16%
G = 41.81%
B = 22.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#404A27 (or 0x404A27) is known color: Bronzetone. HEX triplet: 40, 4A and 27. RGB value is (64,74,39). Sum of RGB (Red+Green+Blue) = 64+74+39=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #404A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A27 is #BFB5D8. Grayscale: #434343. Windows color (decimal): -12563929 or 2574912. OLE color: 2574912.

HSL color Cylindrical-coordinate representation of color #404A27: hue angle of 77.14º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #404A27 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 74 39 -
CMYK 0.14 0 0.47 0.71
HSL 77.14º 0.31% 0.22% -
HSV(B) 77.14º 0.47% 0.29% -
XYZ 4.93 6.13 2.84 -
YUV 67.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 64 74 39 0.14 0 0.47 0.71 77.14 0.31 0.22
Hex 40 4A 27 E 0 2F 47 4D 1F 16
Octal 100 112 47 16 0 57 107 115 37 26
Binary 1000000 1001010 100111 1110 0 101111 1000111 1001101 11111 10110

Color Harmonies of #404A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A27

Black with #404A27

Text Example


Text Example

White with #404A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A27; }

 p { color: rgb(64,74,39); }

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

background-color css

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

 a { background-color: rgb(64,74,39); }

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

border-color css

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

 span { border-color: rgb(64,74,39); }

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