#41451F

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

Shades of Bronzetone #41451F

Tints of Bronzetone #41451F

Color information

#41451F (or 0x41451F) is unknown color: approx Bronzetone. HEX triplet: 41, 45 and 1F. RGB value is (65,69,31). Sum of RGB (Red+Green+Blue) = 65+69+31=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #41451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41451F is #BEBAE0. Grayscale: #3F3F3F. Windows color (decimal): -12499681 or 2049345. OLE color: 2049345.

HSL color Cylindrical-coordinate representation of color #41451F: hue angle of 66.32º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41451F is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB656931-
CMYK0.0600.550.73
HSL66.32º38%19.61%-
HSV(B)66.32º55.07%27.06%-
XYZ4.565.482.11-
YUV63.47109.67129.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=39.39%
G=41.82%
B=18.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569310.0600.550.7366.323819.61
Hex41451F603749422614
Octal1011053760671111024624
Binary100000110001011111111001101111001001100001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41451F; }

 p { color: rgb(65,69,31); }

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

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

 a { background-color: rgb(65,69,31); }

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

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

 span { border-color: rgb(65,69,31); }

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