#4F3F23

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

Shades of Deep Bronze #4F3F23

Tints of Deep Bronze #4F3F23

Color information

#4F3F23 (or 0x4F3F23) is unknown color: approx Deep Bronze. HEX triplet: 4F, 3F and 23. RGB value is (79,63,35). Sum of RGB (Red+Green+Blue) = 79+63+35=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3F23 is #B0C0DC. Grayscale: #404040. Windows color (decimal): -11583709 or 2309967. OLE color: 2309967.

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

Color convert

RGB796335-
CMYK00.200.560.69
HSL38.18º38.6%22.35%-
HSV(B)38.18º55.7%30.98%-
XYZ5.315.342.34-
YUV64.59111.3138.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.63%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=44.63%
G=35.59%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79633500.200.560.6938.1838.622.35
Hex4F3F230143845262716
Octal117774302470105464726
Binary1001111111111100011010100111000100010110011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,63,35); }

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

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

 a { background-color: rgb(79,63,35); }

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

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

 span { border-color: rgb(79,63,35); }

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