#414A27

Color #414A27 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #414A27

Tints of Bronzetone #414A27

Color information

#414A27 (or 0x414A27) is unknown color: approx Bronzetone. HEX triplet: 41, 4A and 27. RGB value is (65,74,39). Sum of RGB (Red+Green+Blue) = 65+74+39=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #414A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A27 is #BEB5D8. Grayscale: #434343. Windows color (decimal): -12498393 or 2574913. OLE color: 2574913.

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

Color convert

RGB657439-
CMYK0.1200.470.71
HSL75.43º30.97%22.16%-
HSV(B)75.43º47.3%29.02%-
XYZ4.996.172.85-
YUV67.32112.02126.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 74 (29.30% from 255) = 41.57%
BLUE value IS 39 (15.62% from 255) = 21.91%
R=36.52%
G=41.57%
B=21.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6574390.1200.470.7175.4330.9722.16
Hex414A27C02F474b1f16
Octal10111247140571071133726
Binary1000001100101010011111000101111100011110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #414A27;
 }
 .AnyTagClassName
 {
   color: #414A27;
 }
</style>
background-color css

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

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

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

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

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

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