Html Css Color HEX #544C28 Bronze Olive

📋 copy color: '#544C28'

red 84 ◦ green 76 ◦ blue 40

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

Shades of Bronze Olive #544C28

Tints of Bronze Olive #544C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20%

R = 42%
G = 38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#544C28 (or 0x544C28) is known color: Bronze Olive. HEX triplet: 54, 4C and 28. RGB value is (84,76,40). Sum of RGB (Red+Green+Blue) = 84+76+40=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #544C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C28 is #ABB3D7. Grayscale: #4A4A4A. Windows color (decimal): -11252696 or 2640980. OLE color: 2640980.

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

Color convert

RGB 84 76 40 -
CMYK 0 0.10 0.52 0.67
HSL 49.09º 0.35% 0.24% -
HSV(B) 49.09º 0.52% 0.33% -
XYZ 6.62 7.21 3.05 -
YUV 74.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 84 76 40 0 0.10 0.52 0.67 49.09 0.35 0.24
Hex 54 4C 28 0 A 34 43 31 23 18
Octal 124 114 50 0 12 64 103 61 43 30
Binary 1010100 1001100 101000 0 1010 110100 1000011 110001 100011 11000

Color Harmonies of #544C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C28

Black with #544C28

Text Example


Text Example

White with #544C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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