#544626

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

Shades of Bronze Olive #544626

Tints of Bronze Olive #544626

Color information

#544626 (or 0x544626) is unknown color: approx Bronze Olive. HEX triplet: 54, 46 and 26. RGB value is (84,70,38). Sum of RGB (Red+Green+Blue) = 84+70+38=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544626 is #ABB9D9. Grayscale: #464646. Windows color (decimal): -11254234 or 2508372. OLE color: 2508372.

HSL color Cylindrical-coordinate representation of color #544626: hue angle of 41.74º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #544626 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB847038-
CMYK00.170.550.67
HSL41.74º37.7%23.92%-
HSV(B)41.74º54.76%32.94%-
XYZ6.26.412.74-
YUV70.54109.64137.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=43.75%
G=36.46%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84703800.170.550.6741.7437.723.92
Hex54462601137432a2618
Octal1241064602167103524630
Binary10101001000110100110010001110111100001110101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544626; }

 p { color: rgb(84,70,38); }

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

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

 a { background-color: rgb(84,70,38); }

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

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

 span { border-color: rgb(84,70,38); }

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