#544B26

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

Shades of Bronze Olive #544B26

Tints of Bronze Olive #544B26

Color information

#544B26 (or 0x544B26) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 26. RGB value is (84,75,38). Sum of RGB (Red+Green+Blue) = 84+75+38=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #544B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B26 is #ABB4D9. Grayscale: #494949. Windows color (decimal): -11252954 or 2509652. OLE color: 2509652.

HSL color Cylindrical-coordinate representation of color #544B26: hue angle of 48.26º 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 #544B26 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB847538-
CMYK00.110.550.67
HSL48.26º37.7%23.92%-
HSV(B)48.26º54.76%32.94%-
XYZ6.527.062.85-
YUV73.47107.98135.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=42.64%
G=38.07%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84753800.110.550.6748.2637.723.92
Hex544B260B3743302618
Octal1241134601367103604630
Binary1010100100101110011001011110111100001111000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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