#4B402C

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

Shades of Deep Bronze #4B402C

Tints of Deep Bronze #4B402C

Color information

#4B402C (or 0x4B402C) is unknown color: approx Deep Bronze. HEX triplet: 4B, 40 and 2C. RGB value is (75,64,44). Sum of RGB (Red+Green+Blue) = 75+64+44=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B402C is #B4BFD3. Grayscale: #414141. Windows color (decimal): -11845588 or 2900043. OLE color: 2900043.

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

Color convert

RGB756444-
CMYK00.150.410.71
HSL38.71º26.05%23.33%-
HSV(B)38.71º41.33%29.41%-
XYZ5.195.343.14-
YUV65.01116.14135.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=40.98%
G=34.97%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75644400.150.410.7138.7126.0523.33
Hex4B402C0F2947271a17
Octal1131005401751107473227
Binary100101110000001011000111110100110001111001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,64,44); }

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

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

 a { background-color: rgb(75,64,44); }

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

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

 span { border-color: rgb(75,64,44); }

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