Html Css Color HEX #404927 Bronzetone

📋 copy color: '#404927'

red 64 ◦ green 73 ◦ blue 39

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

Shades of Bronzetone #404927

Tints of Bronzetone #404927

RGB

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

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

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

R = 36.36%
G = 41.48%
B = 22.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#404927 (or 0x404927) is known color: Bronzetone. HEX triplet: 40, 49 and 27. RGB value is (64,73,39). Sum of RGB (Red+Green+Blue) = 64+73+39=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #404927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404927 is #BFB6D8. Grayscale: #424242. Windows color (decimal): -12564185 or 2574656. OLE color: 2574656.

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

Color convert

RGB 64 73 39 -
CMYK 0.12 0 0.47 0.71
HSL 75.88º 0.3% 0.22% -
HSV(B) 75.88º 0.47% 0.29% -
XYZ 4.86 6 2.82 -
YUV 66.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 64 73 39 0.12 0 0.47 0.71 75.88 0.3 0.22
Hex 40 49 27 C 0 2F 47 4C 1E 16
Octal 100 111 47 14 0 57 107 114 36 26
Binary 1000000 1001001 100111 1100 0 101111 1000111 1001100 11110 10110

Color Harmonies of #404927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404927

Black with #404927

Text Example


Text Example

White with #404927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404927; }

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

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

background-color css

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

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

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

border-color css

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

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

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