#4B3C2A

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

Shades of Deep Bronze #4B3C2A

Tints of Deep Bronze #4B3C2A

Color information

#4B3C2A (or 0x4B3C2A) is unknown color: approx Deep Bronze. HEX triplet: 4B, 3C and 2A. RGB value is (75,60,42). Sum of RGB (Red+Green+Blue) = 75+60+42=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C2A is #B4C3D5. Grayscale: #3E3E3E. Windows color (decimal): -11846614 or 2767947. OLE color: 2767947.

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

Color convert

RGB756042-
CMYK00.200.440.71
HSL32.73º28.21%22.94%-
HSV(B)32.73º44%29.41%-
XYZ4.944.892.88-
YUV62.43116.47136.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=42.37%
G=33.90%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75604200.200.440.7132.7328.2122.94
Hex4B3C2A0142C47211c17
Octal113745202454107413427
Binary100101111110010101001010010110010001111000011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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