#3F482B

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

Shades of Bronzetone #3F482B

Tints of Bronzetone #3F482B

Color information

#3F482B (or 0x3F482B) is unknown color: approx Bronzetone. HEX triplet: 3F, 48 and 2B. RGB value is (63,72,43). Sum of RGB (Red+Green+Blue) = 63+72+43=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #3F482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F482B is #C0B7D4. Grayscale: #424242. Windows color (decimal): -12629973 or 2836543. OLE color: 2836543.

HSL color Cylindrical-coordinate representation of color #3F482B: hue angle of 78.62º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F482B is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB637243-
CMYK0.1200.400.72
HSL78.62º25.22%22.55%-
HSV(B)78.62º40.28%28.24%-
XYZ4.85.873.16-
YUV66115.02125.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.39%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=35.39%
G=40.45%
B=24.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372430.1200.400.7278.6225.2222.55
Hex3F482BC028484f1917
Octal7711053140501101173127
Binary111111100100010101111000101000100100010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,43); }

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

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

 a { background-color: rgb(63,72,43); }

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

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

 span { border-color: rgb(63,72,43); }

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