Html Css Color HEX #54511B Bronze Olive

📋 copy color: '#54511B'

red 84 ◦ green 81 ◦ blue 27

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

Shades of Bronze Olive #54511B

Tints of Bronze Olive #54511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.19%

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 43.75%
G = 42.19%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54511B (or 0x54511B) is known color: Bronze Olive. HEX triplet: 54, 51 and 1B. RGB value is (84,81,27). Sum of RGB (Red+Green+Blue) = 84+81+27=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #54511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54511B is #ABAEE4. Grayscale: #4B4B4B. Windows color (decimal): -11251429 or 1790292. OLE color: 1790292.

HSL color Cylindrical-coordinate representation of color #54511B: hue angle of 56.84º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54511B is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 81 27 -
CMYK 0 0.04 0.68 0.67
HSL 56.84º 0.51% 0.22% -
HSV(B) 56.84º 0.68% 0.33% -
XYZ 6.8 7.85 2.19 -
YUV 75.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 84 81 27 0 0.04 0.68 0.67 56.84 0.51 0.22
Hex 54 51 1B 0 4 44 43 39 33 16
Octal 124 121 33 0 4 104 103 71 63 26
Binary 1010100 1010001 11011 0 100 1000100 1000011 111001 110011 10110

Color Harmonies of #54511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54511B

Black with #54511B

Text Example


Text Example

White with #54511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54511B; }

 p { color: rgb(84,81,27); }

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

background-color css

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

 a { background-color: rgb(84,81,27); }

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

border-color css

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

 span { border-color: rgb(84,81,27); }

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