Html Css Color HEX #544509 Bronze Olive

📋 copy color: '#544509'

red 84 ◦ green 69 ◦ blue 9

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

Shades of Bronze Olive #544509

Tints of Bronze Olive #544509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

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

R = 51.85%
G = 42.59%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#544509 (or 0x544509) is known color: Bronze Olive. HEX triplet: 54, 45 and 09. RGB value is (84,69,9). Sum of RGB (Red+Green+Blue) = 84+69+9=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #544509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544509 is #ABBAF6. Grayscale: #424242. Windows color (decimal): -11254519 or 607572. OLE color: 607572.

HSL color Cylindrical-coordinate representation of color #544509: hue angle of 48º 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 #544509 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 69 9 -
CMYK 0 0.18 0.89 0.67
HSL 48º 0.81% 0.18% -
HSV(B) 48º 0.89% 0.33% -
XYZ 5.83 6.16 1.14 -
YUV 66.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 84 69 9 0 0.18 0.89 0.67 48 0.81 0.18
Hex 54 45 9 0 12 59 43 30 51 12
Octal 124 105 11 0 22 131 103 60 121 22
Binary 1010100 1000101 1001 0 10010 1011001 1000011 110000 1010001 10010

Color Harmonies of #544509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544509

Black with #544509

Text Example


Text Example

White with #544509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544509; }

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

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

background-color css

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

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

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

border-color css

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

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

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