Html Css Color HEX #544601 Bronze Olive

📋 copy color: '#544601'

red 84 ◦ green 70 ◦ blue 1

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

Shades of Bronze Olive #544601

Tints of Bronze Olive #544601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.16%

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

R = 54.19%
G = 45.16%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#544601 (or 0x544601) is known color: Bronze Olive. HEX triplet: 54, 46 and 01. RGB value is (84,70,1). Sum of RGB (Red+Green+Blue) = 84+70+1=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #544601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544601 is #ABB9FE. Grayscale: #424242. Windows color (decimal): -11254271 or 83540. OLE color: 83540.

HSL color Cylindrical-coordinate representation of color #544601: hue angle of 49.88º 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 #544601 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 70 1 -
CMYK 0 0.17 0.99 0.67
HSL 49.88º 0.98% 0.17% -
HSV(B) 49.88º 0.99% 0.33% -
XYZ 5.85 6.27 0.93 -
YUV 66.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 84 70 1 0 0.17 0.99 0.67 49.88 0.98 0.17
Hex 54 46 1 0 11 63 43 32 62 11
Octal 124 106 1 0 21 143 103 62 142 21
Binary 1010100 1000110 1 0 10001 1100011 1000011 110010 1100010 10001

Color Harmonies of #544601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544601

Black with #544601

Text Example


Text Example

White with #544601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544601; }

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

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

background-color css

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

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

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

border-color css

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

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

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