Html Css Color HEX #544802 Bronze Olive

📋 copy color: '#544802'

red 84 ◦ green 72 ◦ blue 2

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

Shades of Bronze Olive #544802

Tints of Bronze Olive #544802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 53.16%
G = 45.57%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#544802 (or 0x544802) is known color: Bronze Olive. HEX triplet: 54, 48 and 02. RGB value is (84,72,2). Sum of RGB (Red+Green+Blue) = 84+72+2=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #544802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544802 is #ABB7FD. Grayscale: #434343. Windows color (decimal): -11253758 or 149588. OLE color: 149588.

HSL color Cylindrical-coordinate representation of color #544802: hue angle of 51.22º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #544802 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 72 2 -
CMYK 0 0.14 0.98 0.67
HSL 51.22º 0.95% 0.17% -
HSV(B) 51.22º 0.98% 0.33% -
XYZ 5.98 6.52 1 -
YUV 67.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 84 72 2 0 0.14 0.98 0.67 51.22 0.95 0.17
Hex 54 48 2 0 E 62 43 33 5F 11
Octal 124 110 2 0 16 142 103 63 137 21
Binary 1010100 1001000 10 0 1110 1100010 1000011 110011 1011111 10001

Color Harmonies of #544802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544802

Black with #544802

Text Example


Text Example

White with #544802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544802; }

 p { color: rgb(84,72,2); }

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

background-color css

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

 a { background-color: rgb(84,72,2); }

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

border-color css

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

 span { border-color: rgb(84,72,2); }

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