#3E452B

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

Shades of Bronzetone #3E452B

Tints of Bronzetone #3E452B

Color information

#3E452B (or 0x3E452B) is unknown color: approx Bronzetone. HEX triplet: 3E, 45 and 2B. RGB value is (62,69,43). Sum of RGB (Red+Green+Blue) = 62+69+43=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #3E452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E452B is #C1BAD4. Grayscale: #404040. Windows color (decimal): -12696277 or 2835774. OLE color: 2835774.

HSL color Cylindrical-coordinate representation of color #3E452B: hue angle of 76.15º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E452B is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB626943-
CMYK0.1000.380.73
HSL76.15º23.21%21.96%-
HSV(B)76.15º37.68%27.06%-
XYZ4.555.453.1-
YUV63.94116.18126.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=35.63%
G=39.66%
B=24.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6269430.1000.380.7376.1523.2121.96
Hex3E452BA026494c1716
Octal7610553120461111142726
Binary111110100010110101110100100110100100110011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E452B; }

 p { color: rgb(62,69,43); }

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

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

 a { background-color: rgb(62,69,43); }

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

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

 span { border-color: rgb(62,69,43); }

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