Html Css Color HEX #544513 Bronze Olive

📋 copy color: '#544513'

red 84 ◦ green 69 ◦ blue 19

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

Shades of Bronze Olive #544513

Tints of Bronze Olive #544513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.05%

R = 48.84%
G = 40.12%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#544513 (or 0x544513) is known color: Bronze Olive. HEX triplet: 54, 45 and 13. RGB value is (84,69,19). Sum of RGB (Red+Green+Blue) = 84+69+19=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #544513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544513 is #ABBAEC. Grayscale: #444444. Windows color (decimal): -11254509 or 1262932. OLE color: 1262932.

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

Color convert

RGB 84 69 19 -
CMYK 0 0.18 0.77 0.67
HSL 46.15º 0.63% 0.2% -
HSV(B) 46.15º 0.77% 0.33% -
XYZ 5.9 6.19 1.5 -
YUV 67.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 84 69 19 0 0.18 0.77 0.67 46.15 0.63 0.2
Hex 54 45 13 0 12 4D 43 2E 3F 14
Octal 124 105 23 0 22 115 103 56 77 24
Binary 1010100 1000101 10011 0 10010 1001101 1000011 101110 111111 10100

Color Harmonies of #544513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544513

Black with #544513

Text Example


Text Example

White with #544513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544513; }

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

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

background-color css

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

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

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

border-color css

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

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

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