Html Css Color HEX #544C0D Bronze Olive

📋 copy color: '#544C0D'

red 84 ◦ green 76 ◦ blue 13

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

Shades of Bronze Olive #544C0D

Tints of Bronze Olive #544C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 48.55%
G = 43.93%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#544C0D (or 0x544C0D) is known color: Bronze Olive. HEX triplet: 54, 4C and 0D. RGB value is (84,76,13). Sum of RGB (Red+Green+Blue) = 84+76+13=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #544C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C0D is #ABB3F2. Grayscale: #474747. Windows color (decimal): -11252723 or 871508. OLE color: 871508.

HSL color Cylindrical-coordinate representation of color #544C0D: hue angle of 53.24º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #544C0D is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 76 13 -
CMYK 0 0.10 0.85 0.67
HSL 53.24º 0.73% 0.19% -
HSV(B) 53.24º 0.85% 0.33% -
XYZ 6.31 7.08 1.42 -
YUV 71.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 84 76 13 0 0.10 0.85 0.67 53.24 0.73 0.19
Hex 54 4C D 0 A 55 43 35 49 13
Octal 124 114 15 0 12 125 103 65 111 23
Binary 1010100 1001100 1101 0 1010 1010101 1000011 110101 1001001 10011

Color Harmonies of #544C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C0D

Black with #544C0D

Text Example


Text Example

White with #544C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,76,13); }

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

background-color css

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

 a { background-color: rgb(84,76,13); }

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

border-color css

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

 span { border-color: rgb(84,76,13); }

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