#4B412F

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

Shades of Deep Bronze #4B412F

Tints of Deep Bronze #4B412F

Color information

#4B412F (or 0x4B412F) is unknown color: approx Deep Bronze. HEX triplet: 4B, 41 and 2F. RGB value is (75,65,47). Sum of RGB (Red+Green+Blue) = 75+65+47=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 75 - color contains mainly: red. Hex color #4B412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B412F is #B4BED0. Grayscale: #424242. Windows color (decimal): -11845329 or 3096907. OLE color: 3096907.

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

Color convert

RGB756547-
CMYK00.130.370.71
HSL38.57º22.95%23.92%-
HSV(B)38.57º37.33%29.41%-
XYZ5.315.483.47-
YUV65.94117.31134.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.11%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=40.11%
G=34.76%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75654700.130.370.7138.5722.9523.92
Hex4B412F0D2547271718
Octal1131015701545107472730
Binary100101110000011011110110110010110001111001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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