Html Css Color HEX #544C06 Bronze Olive

📋 copy color: '#544C06'

red 84 ◦ green 76 ◦ blue 6

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

Shades of Bronze Olive #544C06

Tints of Bronze Olive #544C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.78%

 BLUE value IS 6 (2.73% from 255) = 3.61%

R = 50.6%
G = 45.78%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#544C06 (or 0x544C06) is known color: Bronze Olive. HEX triplet: 54, 4C and 06. RGB value is (84,76,6). Sum of RGB (Red+Green+Blue) = 84+76+6=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #544C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C06 is #ABB3F9. Grayscale: #464646. Windows color (decimal): -11252730 or 412756. OLE color: 412756.

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

Color convert

RGB 84 76 6 -
CMYK 0 0.10 0.93 0.67
HSL 53.85º 0.87% 0.18% -
HSV(B) 53.85º 0.93% 0.33% -
XYZ 6.27 7.07 1.21 -
YUV 70.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 84 76 6 0 0.10 0.93 0.67 53.85 0.87 0.18
Hex 54 4C 6 0 A 5D 43 36 57 12
Octal 124 114 6 0 12 135 103 66 127 22
Binary 1010100 1001100 110 0 1010 1011101 1000011 110110 1010111 10010

Color Harmonies of #544C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C06

Black with #544C06

Text Example


Text Example

White with #544C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,76,6); }

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

background-color css

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

 a { background-color: rgb(84,76,6); }

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

border-color css

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

 span { border-color: rgb(84,76,6); }

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