#41481E

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

Shades of Bronzetone #41481E

Tints of Bronzetone #41481E

Color information

#41481E (or 0x41481E) is unknown color: approx Bronzetone. HEX triplet: 41, 48 and 1E. RGB value is (65,72,30). Sum of RGB (Red+Green+Blue) = 65+72+30=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #41481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41481E is #BEB7E1. Grayscale: #414141. Windows color (decimal): -12498914 or 1984577. OLE color: 1984577.

HSL color Cylindrical-coordinate representation of color #41481E: hue angle of 70º 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 #41481E is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB657230-
CMYK0.1000.580.72
HSL70º41.18%20%-
HSV(B)70º58.33%28.24%-
XYZ4.735.852.11-
YUV65.12108.18127.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=38.92%
G=43.11%
B=17.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572300.1000.580.727041.1820
Hex41481EA03A48462914
Octal10111036120721101065124
Binary1000001100100011110101001110101001000100011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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