#414822

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

Shades of Bronzetone #414822

Tints of Bronzetone #414822

Color information

#414822 (or 0x414822) is unknown color: approx Bronzetone. HEX triplet: 41, 48 and 22. RGB value is (65,72,34). Sum of RGB (Red+Green+Blue) = 65+72+34=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #414822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414822 is #BEB7DD. Grayscale: #414141. Windows color (decimal): -12498910 or 2246721. OLE color: 2246721.

HSL color Cylindrical-coordinate representation of color #414822: hue angle of 71.05º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #414822 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB657234-
CMYK0.1000.530.72
HSL71.05º35.85%20.78%-
HSV(B)71.05º52.78%28.24%-
XYZ4.795.872.39-
YUV65.58110.18127.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=38.01%
G=42.11%
B=19.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572340.1000.530.7271.0535.8520.78
Hex414822A03548472415
Octal10111042120651101074425
Binary10000011001000100010101001101011001000100011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414822; }

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

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

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

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

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

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

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

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