Html Css Color HEX #544A0A Bronze Olive

📋 copy color: '#544A0A'

red 84 ◦ green 74 ◦ blue 10

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

Shades of Bronze Olive #544A0A

Tints of Bronze Olive #544A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.95%

R = 50%
G = 44.05%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#544A0A (or 0x544A0A) is known color: Bronze Olive. HEX triplet: 54, 4A and 0A. RGB value is (84,74,10). Sum of RGB (Red+Green+Blue) = 84+74+10=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #544A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A0A is #ABB5F5. Grayscale: #454545. Windows color (decimal): -11253238 or 674388. OLE color: 674388.

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

Color convert

RGB 84 74 10 -
CMYK 0 0.12 0.88 0.67
HSL 51.89º 0.79% 0.18% -
HSV(B) 51.89º 0.88% 0.33% -
XYZ 6.16 6.8 1.28 -
YUV 69.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 84 74 10 0 0.12 0.88 0.67 51.89 0.79 0.18
Hex 54 4A A 0 C 58 43 34 4F 12
Octal 124 112 12 0 14 130 103 64 117 22
Binary 1010100 1001010 1010 0 1100 1011000 1000011 110100 1001111 10010

Color Harmonies of #544A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A0A

Black with #544A0A

Text Example


Text Example

White with #544A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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