#40481E

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

Shades of Bronzetone #40481E

Tints of Bronzetone #40481E

Color information

#40481E (or 0x40481E) is unknown color: approx Bronzetone. HEX triplet: 40, 48 and 1E. RGB value is (64,72,30). Sum of RGB (Red+Green+Blue) = 64+72+30=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #40481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40481E is #BFB7E1. Grayscale: #404040. Windows color (decimal): -12564450 or 1984576. OLE color: 1984576.

HSL color Cylindrical-coordinate representation of color #40481E: hue angle of 71.43º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40481E is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB647230-
CMYK0.1100.580.72
HSL71.43º41.18%20%-
HSV(B)71.43º58.33%28.24%-
XYZ4.675.822.11-
YUV64.82108.35127.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=38.55%
G=43.37%
B=18.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472300.1100.580.7271.4341.1820
Hex40481EB03A48472914
Octal10011036130721101075124
Binary1000000100100011110101101110101001000100011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40481E; }

 p { color: rgb(64,72,30); }

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

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

 a { background-color: rgb(64,72,30); }

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

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

 span { border-color: rgb(64,72,30); }

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