Html Css Color HEX #544A0B Bronze Olive

📋 copy color: '#544A0B'

red 84 ◦ green 74 ◦ blue 11

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

Shades of Bronze Olive #544A0B

Tints of Bronze Olive #544A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.79%

 BLUE value IS 11 (4.69% from 255) = 6.51%

R = 49.7%
G = 43.79%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#544A0B (or 0x544A0B) is known color: Bronze Olive. HEX triplet: 54, 4A and 0B. RGB value is (84,74,11). Sum of RGB (Red+Green+Blue) = 84+74+11=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #544A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A0B is #ABB5F4. Grayscale: #464646. Windows color (decimal): -11253237 or 739924. OLE color: 739924.

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

Color convert

RGB 84 74 11 -
CMYK 0 0.12 0.87 0.67
HSL 51.78º 0.77% 0.19% -
HSV(B) 51.78º 0.87% 0.33% -
XYZ 6.17 6.81 1.31 -
YUV 69.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 84 74 11 0 0.12 0.87 0.67 51.78 0.77 0.19
Hex 54 4A B 0 C 57 43 34 4D 13
Octal 124 112 13 0 14 127 103 64 115 23
Binary 1010100 1001010 1011 0 1100 1010111 1000011 110100 1001101 10011

Color Harmonies of #544A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A0B

Black with #544A0B

Text Example


Text Example

White with #544A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,74,11); }

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

background-color css

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

 a { background-color: rgb(84,74,11); }

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

border-color css

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

 span { border-color: rgb(84,74,11); }

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