#414B2C

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

Shades of Bronzetone #414B2C

Tints of Bronzetone #414B2C

Color information

#414B2C (or 0x414B2C) is unknown color: approx Bronzetone. HEX triplet: 41, 4B and 2C. RGB value is (65,75,44). Sum of RGB (Red+Green+Blue) = 65+75+44=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #414B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B2C is #BEB4D3. Grayscale: #444444. Windows color (decimal): -12498132 or 2902849. OLE color: 2902849.

HSL color Cylindrical-coordinate representation of color #414B2C: hue angle of 79.35º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #414B2C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB657544-
CMYK0.1300.410.71
HSL79.35º26.05%23.33%-
HSV(B)79.35º41.33%29.41%-
XYZ5.156.343.33-
YUV68.48114.19125.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=35.33%
G=40.76%
B=23.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6575440.1300.410.7179.3526.0523.33
Hex414B2CD029474f1a17
Octal10111354150511071173227
Binary1000001100101110110011010101001100011110011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414B2C; }

 p { color: rgb(65,75,44); }

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

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

 a { background-color: rgb(65,75,44); }

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

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

 span { border-color: rgb(65,75,44); }

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