Html Css Color HEX #544714 Bronze Olive

📋 copy color: '#544714'

red 84 ◦ green 71 ◦ blue 20

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

Shades of Bronze Olive #544714

Tints of Bronze Olive #544714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 48%
G = 40.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#544714 (or 0x544714) is known color: Bronze Olive. HEX triplet: 54, 47 and 14. RGB value is (84,71,20). Sum of RGB (Red+Green+Blue) = 84+71+20=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #544714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544714 is #ABB8EB. Grayscale: #454545. Windows color (decimal): -11253996 or 1328980. OLE color: 1328980.

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

Color convert

RGB 84 71 20 -
CMYK 0 0.15 0.76 0.67
HSL 47.81º 0.62% 0.2% -
HSV(B) 47.81º 0.76% 0.33% -
XYZ 6.04 6.44 1.59 -
YUV 69.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 84 71 20 0 0.15 0.76 0.67 47.81 0.62 0.2
Hex 54 47 14 0 F 4C 43 30 3E 14
Octal 124 107 24 0 17 114 103 60 76 24
Binary 1010100 1000111 10100 0 1111 1001100 1000011 110000 111110 10100

Color Harmonies of #544714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544714

Black with #544714

Text Example


Text Example

White with #544714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544714; }

 p { color: rgb(84,71,20); }

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

background-color css

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

 a { background-color: rgb(84,71,20); }

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

border-color css

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

 span { border-color: rgb(84,71,20); }

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