Html Css Color HEX #544C25 Bronze Olive

📋 copy color: '#544C25'

red 84 ◦ green 76 ◦ blue 37

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

Shades of Bronze Olive #544C25

Tints of Bronze Olive #544C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.78%

R = 42.64%
G = 38.58%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#544C25 (or 0x544C25) is known color: Bronze Olive. HEX triplet: 54, 4C and 25. RGB value is (84,76,37). Sum of RGB (Red+Green+Blue) = 84+76+37=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #544C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C25 is #ABB3DA. Grayscale: #4A4A4A. Windows color (decimal): -11252699 or 2444372. OLE color: 2444372.

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

Color convert

RGB 84 76 37 -
CMYK 0 0.10 0.56 0.67
HSL 49.79º 0.39% 0.24% -
HSV(B) 49.79º 0.56% 0.33% -
XYZ 6.57 7.19 2.79 -
YUV 73.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 84 76 37 0 0.10 0.56 0.67 49.79 0.39 0.24
Hex 54 4C 25 0 A 38 43 32 27 18
Octal 124 114 45 0 12 70 103 62 47 30
Binary 1010100 1001100 100101 0 1010 111000 1000011 110010 100111 11000

Color Harmonies of #544C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C25

Black with #544C25

Text Example


Text Example

White with #544C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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