Html Css Color HEX #544609 Bronze Olive

📋 copy color: '#544609'

red 84 ◦ green 70 ◦ blue 9

#544609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #544609

Tints of Bronze Olive #544609

RGB

 RED value IS 84 (33.2% from 255) = 51.53%

 GREEN value IS 70 (27.73% from 255) = 42.94%

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 51.53%
G = 42.94%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#544609 (or 0x544609) is known color: Bronze Olive. HEX triplet: 54, 46 and 09. RGB value is (84,70,9). Sum of RGB (Red+Green+Blue) = 84+70+9=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #544609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544609 is #ABB9F6. Grayscale: #434343. Windows color (decimal): -11254263 or 607828. OLE color: 607828.

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

Color convert

RGB 84 70 9 -
CMYK 0 0.17 0.89 0.67
HSL 48.8º 0.81% 0.18% -
HSV(B) 48.8º 0.89% 0.33% -
XYZ 5.9 6.28 1.16 -
YUV 67.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 84 70 9 0 0.17 0.89 0.67 48.8 0.81 0.18
Hex 54 46 9 0 11 59 43 31 51 12
Octal 124 106 11 0 21 131 103 61 121 22
Binary 1010100 1000110 1001 0 10001 1011001 1000011 110001 1010001 10010

Color Harmonies of #544609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544609

Black with #544609

Text Example


Text Example

White with #544609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544609; }

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

 H1.HeaderClassName
 {
   color: #544609;
 }
 .AnyTagClassName
 {
   color: #544609;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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