Html Css Color HEX #544A1F Bronze Olive

📋 copy color: '#544A1F'

red 84 ◦ green 74 ◦ blue 31

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

Shades of Bronze Olive #544A1F

Tints of Bronze Olive #544A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.15%

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

R = 44.44%
G = 39.15%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#544A1F (or 0x544A1F) is known color: Bronze Olive. HEX triplet: 54, 4A and 1F. RGB value is (84,74,31). Sum of RGB (Red+Green+Blue) = 84+74+31=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #544A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A1F is #ABB5E0. Grayscale: #484848. Windows color (decimal): -11253217 or 2050644. OLE color: 2050644.

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

Color convert

RGB 84 74 31 -
CMYK 0 0.12 0.63 0.67
HSL 48.68º 0.46% 0.23% -
HSV(B) 48.68º 0.63% 0.33% -
XYZ 6.35 6.88 2.29 -
YUV 72.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 84 74 31 0 0.12 0.63 0.67 48.68 0.46 0.23
Hex 54 4A 1F 0 C 3F 43 31 2E 17
Octal 124 112 37 0 14 77 103 61 56 27
Binary 1010100 1001010 11111 0 1100 111111 1000011 110001 101110 10111

Color Harmonies of #544A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A1F

Black with #544A1F

Text Example


Text Example

White with #544A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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