#41461F

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

Shades of Bronzetone #41461F

Tints of Bronzetone #41461F

Color information

#41461F (or 0x41461F) is unknown color: approx Bronzetone. HEX triplet: 41, 46 and 1F. RGB value is (65,70,31). Sum of RGB (Red+Green+Blue) = 65+70+31=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #41461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41461F is #BEB9E0. Grayscale: #404040. Windows color (decimal): -12499425 or 2049601. OLE color: 2049601.

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

Color convert

RGB657031-
CMYK0.0700.560.73
HSL67.69º38.61%19.8%-
HSV(B)67.69º55.71%27.45%-
XYZ4.625.62.13-
YUV64.06109.34128.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=39.16%
G=42.17%
B=18.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6570310.0700.560.7367.6938.6119.8
Hex41461F703849442714
Octal1011063770701111044724
Binary100000110001101111111101110001001001100010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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