#544310

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

Shades of Bronze Olive #544310

Tints of Bronze Olive #544310

Color information

#544310 (or 0x544310) is unknown color: approx Bronze Olive. HEX triplet: 54, 43 and 10. RGB value is (84,67,16). Sum of RGB (Red+Green+Blue) = 84+67+16=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #544310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544310 is #ABBCEF. Grayscale: #424242. Windows color (decimal): -11255024 or 1065812. OLE color: 1065812.

HSL color Cylindrical-coordinate representation of color #544310: hue angle of 45º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #544310 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB846716-
CMYK00.200.810.67
HSL45º68%19.61%-
HSV(B)45º80.95%32.94%-
XYZ5.765.941.33-
YUV66.2799.63140.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 67 (26.56% from 255) = 40.12%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=50.30%
G=40.12%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84671600.200.810.67456819.61
Hex54431001451432d4414
Octal124103200241211035510424
Binary101010010000111000001010010100011000011101101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544310; }

 p { color: rgb(84,67,16); }

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

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

 a { background-color: rgb(84,67,16); }

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

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

 span { border-color: rgb(84,67,16); }

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