Html Css Color HEX #544C1F Bronze Olive

📋 copy color: '#544C1F'

red 84 ◦ green 76 ◦ blue 31

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

Shades of Bronze Olive #544C1F

Tints of Bronze Olive #544C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.79%

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

R = 43.98%
G = 39.79%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#544C1F (or 0x544C1F) is known color: Bronze Olive. HEX triplet: 54, 4C and 1F. RGB value is (84,76,31). Sum of RGB (Red+Green+Blue) = 84+76+31=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #544C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C1F is #ABB3E0. Grayscale: #494949. Windows color (decimal): -11252705 or 2051156. OLE color: 2051156.

HSL color Cylindrical-coordinate representation of color #544C1F: hue angle of 50.94º 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 #544C1F is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 76 31 -
CMYK 0 0.10 0.63 0.67
HSL 50.94º 0.46% 0.23% -
HSV(B) 50.94º 0.63% 0.33% -
XYZ 6.49 7.15 2.33 -
YUV 73.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 84 76 31 0 0.10 0.63 0.67 50.94 0.46 0.23
Hex 54 4C 1F 0 A 3F 43 33 2E 17
Octal 124 114 37 0 12 77 103 63 56 27
Binary 1010100 1001100 11111 0 1010 111111 1000011 110011 101110 10111

Color Harmonies of #544C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C1F

Black with #544C1F

Text Example


Text Example

White with #544C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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