Html Css Color HEX #544C1D Bronze Olive

📋 copy color: '#544C1D'

red 84 ◦ green 76 ◦ blue 29

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

Shades of Bronze Olive #544C1D

Tints of Bronze Olive #544C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 44.44%
G = 40.21%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#544C1D (or 0x544C1D) is known color: Bronze Olive. HEX triplet: 54, 4C and 1D. RGB value is (84,76,29). Sum of RGB (Red+Green+Blue) = 84+76+29=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #544C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C1D is #ABB3E2. Grayscale: #494949. Windows color (decimal): -11252707 or 1920084. OLE color: 1920084.

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

Color convert

RGB 84 76 29 -
CMYK 0 0.10 0.65 0.67
HSL 51.27º 0.49% 0.22% -
HSV(B) 51.27º 0.65% 0.33% -
XYZ 6.46 7.14 2.2 -
YUV 73.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 84 76 29 0 0.10 0.65 0.67 51.27 0.49 0.22
Hex 54 4C 1D 0 A 41 43 33 31 16
Octal 124 114 35 0 12 101 103 63 61 26
Binary 1010100 1001100 11101 0 1010 1000001 1000011 110011 110001 10110

Color Harmonies of #544C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C1D

Black with #544C1D

Text Example


Text Example

White with #544C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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