Html Css Color HEX #544B0E Bronze Olive

📋 copy color: '#544B0E'

red 84 ◦ green 75 ◦ blue 14

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

Shades of Bronze Olive #544B0E

Tints of Bronze Olive #544B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.35%

 BLUE value IS 14 (5.86% from 255) = 8.09%

R = 48.55%
G = 43.35%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#544B0E (or 0x544B0E) is known color: Bronze Olive. HEX triplet: 54, 4B and 0E. RGB value is (84,75,14). Sum of RGB (Red+Green+Blue) = 84+75+14=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #544B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B0E is #ABB4F1. Grayscale: #464646. Windows color (decimal): -11252978 or 936788. OLE color: 936788.

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

Color convert

RGB 84 75 14 -
CMYK 0 0.11 0.83 0.67
HSL 52.29º 0.71% 0.19% -
HSV(B) 52.29º 0.83% 0.33% -
XYZ 6.25 6.95 1.43 -
YUV 70.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 84 75 14 0 0.11 0.83 0.67 52.29 0.71 0.19
Hex 54 4B E 0 B 53 43 34 47 13
Octal 124 113 16 0 13 123 103 64 107 23
Binary 1010100 1001011 1110 0 1011 1010011 1000011 110100 1000111 10011

Color Harmonies of #544B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B0E

Black with #544B0E

Text Example


Text Example

White with #544B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,75,14); }

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

background-color css

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

 a { background-color: rgb(84,75,14); }

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

border-color css

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

 span { border-color: rgb(84,75,14); }

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