Html Css Color HEX #544505 Bronze Olive

📋 copy color: '#544505'

red 84 ◦ green 69 ◦ blue 5

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

Shades of Bronze Olive #544505

Tints of Bronze Olive #544505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.16%

R = 53.16%
G = 43.67%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#544505 (or 0x544505) is known color: Bronze Olive. HEX triplet: 54, 45 and 05. RGB value is (84,69,5). Sum of RGB (Red+Green+Blue) = 84+69+5=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #544505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544505 is #ABBAFA. Grayscale: #424242. Windows color (decimal): -11254523 or 345428. OLE color: 345428.

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

Color convert

RGB 84 69 5 -
CMYK 0 0.18 0.94 0.67
HSL 48.61º 0.89% 0.17% -
HSV(B) 48.61º 0.94% 0.33% -
XYZ 5.81 6.15 1.02 -
YUV 66.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 84 69 5 0 0.18 0.94 0.67 48.61 0.89 0.17
Hex 54 45 5 0 12 5E 43 31 59 11
Octal 124 105 5 0 22 136 103 61 131 21
Binary 1010100 1000101 101 0 10010 1011110 1000011 110001 1011001 10001

Color Harmonies of #544505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544505

Black with #544505

Text Example


Text Example

White with #544505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544505; }

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

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

background-color css

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

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

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

border-color css

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

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

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