Html Css Color HEX #544B13 Bronze Olive

📋 copy color: '#544B13'

red 84 ◦ green 75 ◦ blue 19

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

Shades of Bronze Olive #544B13

Tints of Bronze Olive #544B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.13%

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

R = 47.19%
G = 42.13%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#544B13 (or 0x544B13) is known color: Bronze Olive. HEX triplet: 54, 4B and 13. RGB value is (84,75,19). Sum of RGB (Red+Green+Blue) = 84+75+19=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #544B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B13 is #ABB4EC. Grayscale: #474747. Windows color (decimal): -11252973 or 1264468. OLE color: 1264468.

HSL color Cylindrical-coordinate representation of color #544B13: hue angle of 51.69º 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 #544B13 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 75 19 -
CMYK 0 0.11 0.77 0.67
HSL 51.69º 0.63% 0.2% -
HSV(B) 51.69º 0.77% 0.33% -
XYZ 6.29 6.96 1.63 -
YUV 71.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 84 75 19 0 0.11 0.77 0.67 51.69 0.63 0.2
Hex 54 4B 13 0 B 4D 43 34 3F 14
Octal 124 113 23 0 13 115 103 64 77 24
Binary 1010100 1001011 10011 0 1011 1001101 1000011 110100 111111 10100

Color Harmonies of #544B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B13

Black with #544B13

Text Example


Text Example

White with #544B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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