Html Css Color HEX #544C0F Bronze Olive

📋 copy color: '#544C0F'

red 84 ◦ green 76 ◦ blue 15

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

Shades of Bronze Olive #544C0F

Tints of Bronze Olive #544C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 48%
G = 43.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#544C0F (or 0x544C0F) is known color: Bronze Olive. HEX triplet: 54, 4C and 0F. RGB value is (84,76,15). Sum of RGB (Red+Green+Blue) = 84+76+15=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #544C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C0F is #ABB3F0. Grayscale: #474747. Windows color (decimal): -11252721 or 1002580. OLE color: 1002580.

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

Color convert

RGB 84 76 15 -
CMYK 0 0.10 0.82 0.67
HSL 53.04º 0.7% 0.19% -
HSV(B) 53.04º 0.82% 0.33% -
XYZ 6.33 7.09 1.49 -
YUV 71.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 84 76 15 0 0.10 0.82 0.67 53.04 0.7 0.19
Hex 54 4C F 0 A 52 43 35 46 13
Octal 124 114 17 0 12 122 103 65 106 23
Binary 1010100 1001100 1111 0 1010 1010010 1000011 110101 1000110 10011

Color Harmonies of #544C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C0F

Black with #544C0F

Text Example


Text Example

White with #544C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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