Html Css Color HEX #544810 Bronze Olive

📋 copy color: '#544810'

red 84 ◦ green 72 ◦ blue 16

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

Shades of Bronze Olive #544810

Tints of Bronze Olive #544810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.86%

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

R = 48.84%
G = 41.86%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#544810 (or 0x544810) is known color: Bronze Olive. HEX triplet: 54, 48 and 10. RGB value is (84,72,16). Sum of RGB (Red+Green+Blue) = 84+72+16=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #544810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544810 is #ABB7EF. Grayscale: #454545. Windows color (decimal): -11253744 or 1067092. OLE color: 1067092.

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

Color convert

RGB 84 72 16 -
CMYK 0 0.14 0.81 0.67
HSL 49.41º 0.68% 0.2% -
HSV(B) 49.41º 0.81% 0.33% -
XYZ 6.07 6.56 1.44 -
YUV 69.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 84 72 16 0 0.14 0.81 0.67 49.41 0.68 0.2
Hex 54 48 10 0 E 51 43 31 44 14
Octal 124 110 20 0 16 121 103 61 104 24
Binary 1010100 1001000 10000 0 1110 1010001 1000011 110001 1000100 10100

Color Harmonies of #544810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544810

Black with #544810

Text Example


Text Example

White with #544810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544810; }

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

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

background-color css

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

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

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

border-color css

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

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

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