Html Css Color HEX #544313 Bronze Olive

📋 copy color: '#544313'

red 84 ◦ green 67 ◦ blue 19

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

Shades of Bronze Olive #544313

Tints of Bronze Olive #544313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 49.41%
G = 39.41%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#544313 (or 0x544313) is known color: Bronze Olive. HEX triplet: 54, 43 and 13. RGB value is (84,67,19). Sum of RGB (Red+Green+Blue) = 84+67+19=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #544313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544313 is #ABBCEC. Grayscale: #424242. Windows color (decimal): -11255021 or 1262420. OLE color: 1262420.

HSL color Cylindrical-coordinate representation of color #544313: hue angle of 44.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #544313 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 67 19 -
CMYK 0 0.20 0.77 0.67
HSL 44.31º 0.63% 0.2% -
HSV(B) 44.31º 0.77% 0.33% -
XYZ 5.78 5.95 1.46 -
YUV 66.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 84 67 19 0 0.20 0.77 0.67 44.31 0.63 0.2
Hex 54 43 13 0 14 4D 43 2C 3F 14
Octal 124 103 23 0 24 115 103 54 77 24
Binary 1010100 1000011 10011 0 10100 1001101 1000011 101100 111111 10100

Color Harmonies of #544313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544313

Black with #544313

Text Example


Text Example

White with #544313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544313; }

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

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

background-color css

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

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

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

border-color css

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

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

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