Html Css Color HEX #544908 Bronze Olive

📋 copy color: '#544908'

red 84 ◦ green 73 ◦ blue 8

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

Shades of Bronze Olive #544908

Tints of Bronze Olive #544908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.24%

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 50.91%
G = 44.24%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#544908 (or 0x544908) is known color: Bronze Olive. HEX triplet: 54, 49 and 08. RGB value is (84,73,8). Sum of RGB (Red+Green+Blue) = 84+73+8=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #544908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544908 is #ABB6F7. Grayscale: #454545. Windows color (decimal): -11253496 or 543060. OLE color: 543060.

HSL color Cylindrical-coordinate representation of color #544908: hue angle of 51.32º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #544908 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 8 -
CMYK 0 0.13 0.90 0.67
HSL 51.32º 0.83% 0.18% -
HSV(B) 51.32º 0.9% 0.33% -
XYZ 6.08 6.67 1.2 -
YUV 68.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 84 73 8 0 0.13 0.90 0.67 51.32 0.83 0.18
Hex 54 49 8 0 D 5A 43 33 53 12
Octal 124 111 10 0 15 132 103 63 123 22
Binary 1010100 1001001 1000 0 1101 1011010 1000011 110011 1010011 10010

Color Harmonies of #544908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544908

Black with #544908

Text Example


Text Example

White with #544908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544908; }

 p { color: rgb(84,73,8); }

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

background-color css

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

 a { background-color: rgb(84,73,8); }

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

border-color css

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

 span { border-color: rgb(84,73,8); }

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