#4B3F30

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

Shades of Deep Bronze #4B3F30

Tints of Deep Bronze #4B3F30

Color information

#4B3F30 (or 0x4B3F30) is unknown color: approx Deep Bronze. HEX triplet: 4B, 3F and 30. RGB value is (75,63,48). Sum of RGB (Red+Green+Blue) = 75+63+48=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3F30 is #B4C0CF. Grayscale: #404040. Windows color (decimal): -11845840 or 3161931. OLE color: 3161931.

HSL color Cylindrical-coordinate representation of color #4B3F30: hue angle of 33.33º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3F30 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB756348-
CMYK00.160.360.71
HSL33.33º21.95%24.12%-
HSV(B)33.33º36%29.41%-
XYZ5.215.263.54-
YUV64.88118.48135.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.32%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=40.32%
G=33.87%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75634800.160.360.7133.3321.9524.12
Hex4B3F300102447211618
Octal113776002044107412630
Binary100101111111111000001000010010010001111000011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,63,48); }

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

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

 a { background-color: rgb(75,63,48); }

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

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

 span { border-color: rgb(75,63,48); }

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