#4B3F2F

Color #4B3F2F Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #4B3F2F

Tints of Deep Bronze #4B3F2F

Color information

#4B3F2F (or 0x4B3F2F) is unknown color: approx Deep Bronze. HEX triplet: 4B, 3F and 2F. RGB value is (75,63,47). Sum of RGB (Red+Green+Blue) = 75+63+47=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3F2F is #B4C0D0. Grayscale: #404040. Windows color (decimal): -11845841 or 3096395. OLE color: 3096395.

HSL color Cylindrical-coordinate representation of color #4B3F2F: hue angle of 34.29º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B3F2F is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB756347-
CMYK00.160.370.71
HSL34.29º22.95%23.92%-
HSV(B)34.29º37.33%29.41%-
XYZ5.195.263.43-
YUV64.76117.98135.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=40.54%
G=34.05%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75634700.160.370.7134.2922.9523.92
Hex4B3F2F0102547221718
Octal113775702045107422730
Binary100101111111110111101000010010110001111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B3F2F; }

 p { color: rgb(75,63,47); }

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

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

 a { background-color: rgb(75,63,47); }

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

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

 span { border-color: rgb(75,63,47); }

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