Html Css Color HEX #544701 Bronze Olive

📋 copy color: '#544701'

red 84 ◦ green 71 ◦ blue 1

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

Shades of Bronze Olive #544701

Tints of Bronze Olive #544701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 53.85%
G = 45.51%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#544701 (or 0x544701) is known color: Bronze Olive. HEX triplet: 54, 47 and 01. RGB value is (84,71,1). Sum of RGB (Red+Green+Blue) = 84+71+1=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #544701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544701 is #ABB8FE. Grayscale: #434343. Windows color (decimal): -11254015 or 83796. OLE color: 83796.

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

Color convert

RGB 84 71 1 -
CMYK 0 0.15 0.99 0.67
HSL 50.6º 0.98% 0.17% -
HSV(B) 50.6º 0.99% 0.33% -
XYZ 5.91 6.39 0.95 -
YUV 66.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 84 71 1 0 0.15 0.99 0.67 50.6 0.98 0.17
Hex 54 47 1 0 F 63 43 33 62 11
Octal 124 107 1 0 17 143 103 63 142 21
Binary 1010100 1000111 1 0 1111 1100011 1000011 110011 1100010 10001

Color Harmonies of #544701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544701

Black with #544701

Text Example


Text Example

White with #544701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544701; }

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

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

background-color css

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

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

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

border-color css

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

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

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