#544C1E

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

Shades of Bronze Olive #544C1E

Tints of Bronze Olive #544C1E

Color information

#544C1E (or 0x544C1E) is unknown color: approx Bronze Olive. HEX triplet: 54, 4C and 1E. RGB value is (84,76,30). Sum of RGB (Red+Green+Blue) = 84+76+30=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C1E is #ABB3E1. Grayscale: #494949. Windows color (decimal): -11252706 or 1985620. OLE color: 1985620.

HSL color Cylindrical-coordinate representation of color #544C1E: hue angle of 51.11º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #544C1E is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB847630-
CMYK00.100.640.67
HSL51.11º47.37%22.35%-
HSV(B)51.11º64.29%32.94%-
XYZ6.477.152.27-
YUV73.15103.65135.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=44.21%
G=40%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84763000.100.640.6751.1147.3722.35
Hex544C1E0A4043332f16
Octal12411436012100103635726
Binary1010100100110011110010101000000100001111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544C1E; }

 p { color: rgb(84,76,30); }

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

<style>
 a { background-color: #544C1E; }

 a { background-color: rgb(84,76,30); }

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

<style>
 span { border-color: #544C1E; }

 span { border-color: rgb(84,76,30); }

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