#4F4333

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

Shades of Deep Bronze #4F4333

Tints of Deep Bronze #4F4333

Color information

#4F4333 (or 0x4F4333) is unknown color: approx Deep Bronze. HEX triplet: 4F, 43 and 33. RGB value is (79,67,51). Sum of RGB (Red+Green+Blue) = 79+67+51=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4333 is #B0BCCC. Grayscale: #444444. Windows color (decimal): -11582669 or 3359567. OLE color: 3359567.

HSL color Cylindrical-coordinate representation of color #4F4333: hue angle of 34.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F4333 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB796751-
CMYK00.150.350.69
HSL34.29º21.54%25.49%-
HSV(B)34.29º35.44%30.98%-
XYZ5.835.923.97-
YUV68.76117.98135.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.10%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=40.10%
G=34.01%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79675100.150.350.6934.2921.5425.49
Hex4F43330F2345221619
Octal1171036301743105422631
Binary100111110000111100110111110001110001011000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,67,51); }

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

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

 a { background-color: rgb(79,67,51); }

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

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

 span { border-color: rgb(79,67,51); }

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