Html Css Color HEX #544610 Bronze Olive

📋 copy color: '#544610'

red 84 ◦ green 70 ◦ blue 16

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

Shades of Bronze Olive #544610

Tints of Bronze Olive #544610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 49.41%
G = 41.18%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#544610 (or 0x544610) is known color: Bronze Olive. HEX triplet: 54, 46 and 10. RGB value is (84,70,16). Sum of RGB (Red+Green+Blue) = 84+70+16=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #544610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544610 is #ABB9EF. Grayscale: #444444. Windows color (decimal): -11254256 or 1066580. OLE color: 1066580.

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

Color convert

RGB 84 70 16 -
CMYK 0 0.17 0.81 0.67
HSL 47.65º 0.68% 0.2% -
HSV(B) 47.65º 0.81% 0.33% -
XYZ 5.94 6.3 1.39 -
YUV 68.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 84 70 16 0 0.17 0.81 0.67 47.65 0.68 0.2
Hex 54 46 10 0 11 51 43 30 44 14
Octal 124 106 20 0 21 121 103 60 104 24
Binary 1010100 1000110 10000 0 10001 1010001 1000011 110000 1000100 10100

Color Harmonies of #544610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544610

Black with #544610

Text Example


Text Example

White with #544610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544610; }

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

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

background-color css

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

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

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

border-color css

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

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

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