Html Css Color HEX #544912 Bronze Olive

📋 copy color: '#544912'

red 84 ◦ green 73 ◦ blue 18

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

Shades of Bronze Olive #544912

Tints of Bronze Olive #544912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

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

R = 48%
G = 41.71%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#544912 (or 0x544912) is known color: Bronze Olive. HEX triplet: 54, 49 and 12. RGB value is (84,73,18). Sum of RGB (Red+Green+Blue) = 84+73+18=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #544912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544912 is #ABB6ED. Grayscale: #464646. Windows color (decimal): -11253486 or 1198420. OLE color: 1198420.

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

Color convert

RGB 84 73 18 -
CMYK 0 0.13 0.79 0.67
HSL 50º 0.65% 0.2% -
HSV(B) 50º 0.79% 0.33% -
XYZ 6.15 6.69 1.54 -
YUV 70.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 84 73 18 0 0.13 0.79 0.67 50 0.65 0.2
Hex 54 49 12 0 D 4F 43 32 41 14
Octal 124 111 22 0 15 117 103 62 101 24
Binary 1010100 1001001 10010 0 1101 1001111 1000011 110010 1000001 10100

Color Harmonies of #544912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544912

Black with #544912

Text Example


Text Example

White with #544912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544912; }

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

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

background-color css

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

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

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

border-color css

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

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

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