Html Css Color HEX #544E1F Bronze Olive

📋 copy color: '#544E1F'

red 84 ◦ green 78 ◦ blue 31

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

Shades of Bronze Olive #544E1F

Tints of Bronze Olive #544E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.41%

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 43.52%
G = 40.41%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#544E1F (or 0x544E1F) is known color: Bronze Olive. HEX triplet: 54, 4E and 1F. RGB value is (84,78,31). Sum of RGB (Red+Green+Blue) = 84+78+31=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #544E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E1F is #ABB1E0. Grayscale: #4A4A4A. Windows color (decimal): -11252193 or 2051668. OLE color: 2051668.

HSL color Cylindrical-coordinate representation of color #544E1F: hue angle of 53.21º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #544E1F is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 78 31 -
CMYK 0 0.07 0.63 0.67
HSL 53.21º 0.46% 0.23% -
HSV(B) 53.21º 0.63% 0.33% -
XYZ 6.63 7.43 2.38 -
YUV 74.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 84 78 31 0 0.07 0.63 0.67 53.21 0.46 0.23
Hex 54 4E 1F 0 7 3F 43 35 2E 17
Octal 124 116 37 0 7 77 103 65 56 27
Binary 1010100 1001110 11111 0 111 111111 1000011 110101 101110 10111

Color Harmonies of #544E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544E1F

Black with #544E1F

Text Example


Text Example

White with #544E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544E1F; }

 p { color: rgb(84,78,31); }

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

background-color css

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

 a { background-color: rgb(84,78,31); }

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

border-color css

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

 span { border-color: rgb(84,78,31); }

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