Html Css Color HEX #544310 Bronze Olive

📋 copy color: '#544310'

red 84 ◦ green 67 ◦ blue 16

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

Shades of Bronze Olive #544310

Tints of Bronze Olive #544310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.12%

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

R = 50.3%
G = 40.12%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#544310 (or 0x544310) is known color: Bronze Olive. HEX triplet: 54, 43 and 10. RGB value is (84,67,16). Sum of RGB (Red+Green+Blue) = 84+67+16=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #544310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544310 is #ABBCEF. Grayscale: #424242. Windows color (decimal): -11255024 or 1065812. OLE color: 1065812.

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

Color convert

RGB 84 67 16 -
CMYK 0 0.20 0.81 0.67
HSL 45º 0.68% 0.2% -
HSV(B) 45º 0.81% 0.33% -
XYZ 5.76 5.94 1.33 -
YUV 66.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 84 67 16 0 0.20 0.81 0.67 45 0.68 0.2
Hex 54 43 10 0 14 51 43 2D 44 14
Octal 124 103 20 0 24 121 103 55 104 24
Binary 1010100 1000011 10000 0 10100 1010001 1000011 101101 1000100 10100

Color Harmonies of #544310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544310

Black with #544310

Text Example


Text Example

White with #544310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544310; }

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

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

background-color css

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

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

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

border-color css

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

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

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