Html Css Color HEX #544812 Bronze Olive

📋 copy color: '#544812'

red 84 ◦ green 72 ◦ blue 18

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

Shades of Bronze Olive #544812

Tints of Bronze Olive #544812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 48.28%
G = 41.38%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#544812 (or 0x544812) is known color: Bronze Olive. HEX triplet: 54, 48 and 12. RGB value is (84,72,18). Sum of RGB (Red+Green+Blue) = 84+72+18=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #544812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544812 is #ABB7ED. Grayscale: #454545. Windows color (decimal): -11253742 or 1198164. OLE color: 1198164.

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

Color convert

RGB 84 72 18 -
CMYK 0 0.14 0.79 0.67
HSL 49.09º 0.65% 0.2% -
HSV(B) 49.09º 0.79% 0.33% -
XYZ 6.08 6.56 1.52 -
YUV 69.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 84 72 18 0 0.14 0.79 0.67 49.09 0.65 0.2
Hex 54 48 12 0 E 4F 43 31 41 14
Octal 124 110 22 0 16 117 103 61 101 24
Binary 1010100 1001000 10010 0 1110 1001111 1000011 110001 1000001 10100

Color Harmonies of #544812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544812

Black with #544812

Text Example


Text Example

White with #544812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544812; }

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

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

background-color css

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

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

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

border-color css

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

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

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