Html Css Color HEX #544407 Bronze Olive

📋 copy color: '#544407'

red 84 ◦ green 68 ◦ blue 7

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

Shades of Bronze Olive #544407

Tints of Bronze Olive #544407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.77%

 BLUE value IS 7 (3.13% from 255) = 4.4%

R = 52.83%
G = 42.77%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#544407 (or 0x544407) is known color: Bronze Olive. HEX triplet: 54, 44 and 07. RGB value is (84,68,7). Sum of RGB (Red+Green+Blue) = 84+68+7=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #544407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544407 is #ABBBF8. Grayscale: #424242. Windows color (decimal): -11254777 or 476244. OLE color: 476244.

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

Color convert

RGB 84 68 7 -
CMYK 0 0.19 0.92 0.67
HSL 47.53º 0.85% 0.18% -
HSV(B) 47.53º 0.92% 0.33% -
XYZ 5.76 6.03 1.06 -
YUV 65.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 84 68 7 0 0.19 0.92 0.67 47.53 0.85 0.18
Hex 54 44 7 0 13 5C 43 30 55 12
Octal 124 104 7 0 23 134 103 60 125 22
Binary 1010100 1000100 111 0 10011 1011100 1000011 110000 1010101 10010

Color Harmonies of #544407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544407

Black with #544407

Text Example


Text Example

White with #544407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544407; }

 p { color: rgb(84,68,7); }

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

background-color css

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

 a { background-color: rgb(84,68,7); }

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

border-color css

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

 span { border-color: rgb(84,68,7); }

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