#3F452A

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

Shades of Bronzetone #3F452A

Tints of Bronzetone #3F452A

Color information

#3F452A (or 0x3F452A) is unknown color: approx Bronzetone. HEX triplet: 3F, 45 and 2A. RGB value is (63,69,42). Sum of RGB (Red+Green+Blue) = 63+69+42=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #3F452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F452A is #C0BAD5. Grayscale: #404040. Windows color (decimal): -12630742 or 2770239. OLE color: 2770239.

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

Color convert

RGB636942-
CMYK0.0900.390.73
HSL73.33º24.32%21.76%-
HSV(B)73.33º39.13%27.06%-
XYZ4.65.483.01-
YUV64.13115.51127.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.21%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=36.21%
G=39.66%
B=24.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6369420.0900.390.7373.3324.3221.76
Hex3F452A902749491816
Octal7710552110471111113026
Binary111111100010110101010010100111100100110010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,42); }

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

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

 a { background-color: rgb(63,69,42); }

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

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

 span { border-color: rgb(63,69,42); }

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