Html Css Color HEX #544514 Bronze Olive

📋 copy color: '#544514'

red 84 ◦ green 69 ◦ blue 20

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

Shades of Bronze Olive #544514

Tints of Bronze Olive #544514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.88%

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 48.55%
G = 39.88%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#544514 (or 0x544514) is known color: Bronze Olive. HEX triplet: 54, 45 and 14. RGB value is (84,69,20). Sum of RGB (Red+Green+Blue) = 84+69+20=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #544514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544514 is #ABBAEB. Grayscale: #444444. Windows color (decimal): -11254508 or 1328468. OLE color: 1328468.

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

Color convert

RGB 84 69 20 -
CMYK 0 0.18 0.76 0.67
HSL 45.94º 0.62% 0.2% -
HSV(B) 45.94º 0.76% 0.33% -
XYZ 5.91 6.19 1.55 -
YUV 67.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 84 69 20 0 0.18 0.76 0.67 45.94 0.62 0.2
Hex 54 45 14 0 12 4C 43 2E 3E 14
Octal 124 105 24 0 22 114 103 56 76 24
Binary 1010100 1000101 10100 0 10010 1001100 1000011 101110 111110 10100

Color Harmonies of #544514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544514

Black with #544514

Text Example


Text Example

White with #544514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544514; }

 p { color: rgb(84,69,20); }

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

background-color css

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

 a { background-color: rgb(84,69,20); }

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

border-color css

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

 span { border-color: rgb(84,69,20); }

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