Html Css Color HEX #544A0D Bronze Olive

📋 copy color: '#544A0D'

red 84 ◦ green 74 ◦ blue 13

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

Shades of Bronze Olive #544A0D

Tints of Bronze Olive #544A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.27%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 49.12%
G = 43.27%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#544A0D (or 0x544A0D) is known color: Bronze Olive. HEX triplet: 54, 4A and 0D. RGB value is (84,74,13). Sum of RGB (Red+Green+Blue) = 84+74+13=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #544A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A0D is #ABB5F2. Grayscale: #464646. Windows color (decimal): -11253235 or 870996. OLE color: 870996.

HSL color Cylindrical-coordinate representation of color #544A0D: hue angle of 51.55º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #544A0D is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 74 13 -
CMYK 0 0.12 0.85 0.67
HSL 51.55º 0.73% 0.19% -
HSV(B) 51.55º 0.85% 0.33% -
XYZ 6.18 6.81 1.37 -
YUV 70.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 84 74 13 0 0.12 0.85 0.67 51.55 0.73 0.19
Hex 54 4A D 0 C 55 43 34 49 13
Octal 124 112 15 0 14 125 103 64 111 23
Binary 1010100 1001010 1101 0 1100 1010101 1000011 110100 1001001 10011

Color Harmonies of #544A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A0D

Black with #544A0D

Text Example


Text Example

White with #544A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544A0D; }

 p { color: rgb(84,74,13); }

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

background-color css

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

 a { background-color: rgb(84,74,13); }

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

border-color css

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

 span { border-color: rgb(84,74,13); }

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