#4B3D2A

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

Shades of Deep Bronze #4B3D2A

Tints of Deep Bronze #4B3D2A

Color information

#4B3D2A (or 0x4B3D2A) is unknown color: approx Deep Bronze. HEX triplet: 4B, 3D and 2A. RGB value is (75,61,42). Sum of RGB (Red+Green+Blue) = 75+61+42=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3D2A is #B4C2D5. Grayscale: #3F3F3F. Windows color (decimal): -11846358 or 2768203. OLE color: 2768203.

HSL color Cylindrical-coordinate representation of color #4B3D2A: hue angle of 34.55º 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 #4B3D2A is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB756142-
CMYK00.190.440.71
HSL34.55º28.21%22.94%-
HSV(B)34.55º44%29.41%-
XYZ4.9952.89-
YUV63.02116.14136.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.13%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=42.13%
G=34.27%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75614200.190.440.7134.5528.2122.94
Hex4B3D2A0132C47231c17
Octal113755202354107433427
Binary100101111110110101001001110110010001111000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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