Html Css Color HEX #544311 Bronze Olive

📋 copy color: '#544311'

red 84 ◦ green 67 ◦ blue 17

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

Shades of Bronze Olive #544311

Tints of Bronze Olive #544311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

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

R = 50%
G = 39.88%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#544311 (or 0x544311) is known color: Bronze Olive. HEX triplet: 54, 43 and 11. RGB value is (84,67,17). Sum of RGB (Red+Green+Blue) = 84+67+17=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #544311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544311 is #ABBCEE. Grayscale: #424242. Windows color (decimal): -11255023 or 1131348. OLE color: 1131348.

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

Color convert

RGB 84 67 17 -
CMYK 0 0.20 0.80 0.67
HSL 44.78º 0.66% 0.2% -
HSV(B) 44.78º 0.8% 0.33% -
XYZ 5.76 5.94 1.37 -
YUV 66.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 84 67 17 0 0.20 0.80 0.67 44.78 0.66 0.2
Hex 54 43 11 0 14 50 43 2D 42 14
Octal 124 103 21 0 24 120 103 55 102 24
Binary 1010100 1000011 10001 0 10100 1010000 1000011 101101 1000010 10100

Color Harmonies of #544311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544311

Black with #544311

Text Example


Text Example

White with #544311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544311; }

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

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

background-color css

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

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

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

border-color css

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

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

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