Html Css Color HEX #544511 Bronze Olive

📋 copy color: '#544511'

red 84 ◦ green 69 ◦ blue 17

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

Shades of Bronze Olive #544511

Tints of Bronze Olive #544511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10%

R = 49.41%
G = 40.59%
B = 10%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#544511 (or 0x544511) is known color: Bronze Olive. HEX triplet: 54, 45 and 11. RGB value is (84,69,17). Sum of RGB (Red+Green+Blue) = 84+69+17=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #544511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544511 is #ABBAEE. Grayscale: #434343. Windows color (decimal): -11254511 or 1131860. OLE color: 1131860.

HSL color Cylindrical-coordinate representation of color #544511: hue angle of 46.57º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #544511 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 69 17 -
CMYK 0 0.18 0.80 0.67
HSL 46.57º 0.66% 0.2% -
HSV(B) 46.57º 0.8% 0.33% -
XYZ 5.89 6.18 1.41 -
YUV 67.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 84 69 17 0 0.18 0.80 0.67 46.57 0.66 0.2
Hex 54 45 11 0 12 50 43 2F 42 14
Octal 124 105 21 0 22 120 103 57 102 24
Binary 1010100 1000101 10001 0 10010 1010000 1000011 101111 1000010 10100

Color Harmonies of #544511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544511

Black with #544511

Text Example


Text Example

White with #544511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544511; }

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

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

background-color css

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

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

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

border-color css

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

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

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