#4F471C

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

Shades of Bronze Olive #4F471C

Tints of Bronze Olive #4F471C

Color information

#4F471C (or 0x4F471C) is unknown color: approx Bronze Olive. HEX triplet: 4F, 47 and 1C. RGB value is (79,71,28). Sum of RGB (Red+Green+Blue) = 79+71+28=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F471C is #B0B8E3. Grayscale: #444444. Windows color (decimal): -11581668 or 1853263. OLE color: 1853263.

HSL color Cylindrical-coordinate representation of color #4F471C: hue angle of 50.59º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F471C is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB797128-
CMYK00.100.650.69
HSL50.59º47.66%20.98%-
HSV(B)50.59º64.56%30.98%-
XYZ5.696.252.01-
YUV68.49105.15135.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=44.38%
G=39.89%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79712800.100.650.6950.5947.6620.98
Hex4F471C0A4145333015
Octal11710734012101105636025
Binary1001111100011111100010101000001100010111001111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,28); }

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

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

 a { background-color: rgb(79,71,28); }

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

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

 span { border-color: rgb(79,71,28); }

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