#4B3C29

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

Shades of Deep Bronze #4B3C29

Tints of Deep Bronze #4B3C29

Color information

#4B3C29 (or 0x4B3C29) is unknown color: approx Deep Bronze. HEX triplet: 4B, 3C and 29. RGB value is (75,60,41). Sum of RGB (Red+Green+Blue) = 75+60+41=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C29 is #B4C3D6. Grayscale: #3E3E3E. Windows color (decimal): -11846615 or 2702411. OLE color: 2702411.

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

Color convert

RGB756041-
CMYK00.200.450.71
HSL33.53º29.31%22.75%-
HSV(B)33.53º45.33%29.41%-
XYZ4.924.892.78-
YUV62.32115.97137.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.61%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=42.61%
G=34.09%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75604100.200.450.7133.5329.3122.75
Hex4B3C290142D47221d17
Octal113745102455107423527
Binary100101111110010100101010010110110001111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,60,41); }

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

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

 a { background-color: rgb(75,60,41); }

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

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

 span { border-color: rgb(75,60,41); }

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