Html Css Color HEX #544710 Bronze Olive

📋 copy color: '#544710'

red 84 ◦ green 71 ◦ blue 16

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

Shades of Bronze Olive #544710

Tints of Bronze Olive #544710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.52%

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

R = 49.12%
G = 41.52%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#544710 (or 0x544710) is known color: Bronze Olive. HEX triplet: 54, 47 and 10. RGB value is (84,71,16). Sum of RGB (Red+Green+Blue) = 84+71+16=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #544710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544710 is #ABB8EF. Grayscale: #444444. Windows color (decimal): -11254000 or 1066836. OLE color: 1066836.

HSL color Cylindrical-coordinate representation of color #544710: hue angle of 48.53º 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 #544710 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 16 -
CMYK 0 0.15 0.81 0.67
HSL 48.53º 0.68% 0.2% -
HSV(B) 48.53º 0.81% 0.33% -
XYZ 6 6.43 1.41 -
YUV 68.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 84 71 16 0 0.15 0.81 0.67 48.53 0.68 0.2
Hex 54 47 10 0 F 51 43 31 44 14
Octal 124 107 20 0 17 121 103 61 104 24
Binary 1010100 1000111 10000 0 1111 1010001 1000011 110001 1000100 10100

Color Harmonies of #544710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544710

Black with #544710

Text Example


Text Example

White with #544710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544710; }

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

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

background-color css

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

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

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

border-color css

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

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

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