Html Css Color HEX #544410 Bronze Olive

📋 copy color: '#544410'

red 84 ◦ green 68 ◦ blue 16

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

Shades of Bronze Olive #544410

Tints of Bronze Olive #544410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.48%

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 50%
G = 40.48%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#544410 (or 0x544410) is known color: Bronze Olive. HEX triplet: 54, 44 and 10. RGB value is (84,68,16). Sum of RGB (Red+Green+Blue) = 84+68+16=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #544410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544410 is #ABBBEF. Grayscale: #434343. Windows color (decimal): -11254768 or 1066068. OLE color: 1066068.

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

Color convert

RGB 84 68 16 -
CMYK 0 0.19 0.81 0.67
HSL 45.88º 0.68% 0.2% -
HSV(B) 45.88º 0.81% 0.33% -
XYZ 5.82 6.06 1.35 -
YUV 66.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 84 68 16 0 0.19 0.81 0.67 45.88 0.68 0.2
Hex 54 44 10 0 13 51 43 2E 44 14
Octal 124 104 20 0 23 121 103 56 104 24
Binary 1010100 1000100 10000 0 10011 1010001 1000011 101110 1000100 10100

Color Harmonies of #544410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544410

Black with #544410

Text Example


Text Example

White with #544410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544410; }

 p { color: rgb(84,68,16); }

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

background-color css

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

 a { background-color: rgb(84,68,16); }

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

border-color css

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

 span { border-color: rgb(84,68,16); }

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