Html Css Color HEX #54511D Bronze Olive

📋 copy color: '#54511D'

red 84 ◦ green 81 ◦ blue 29

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

Shades of Bronze Olive #54511D

Tints of Bronze Olive #54511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 43.3%
G = 41.75%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54511D (or 0x54511D) is known color: Bronze Olive. HEX triplet: 54, 51 and 1D. RGB value is (84,81,29). Sum of RGB (Red+Green+Blue) = 84+81+29=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54511D is #ABAEE2. Grayscale: #4C4C4C. Windows color (decimal): -11251427 or 1921364. OLE color: 1921364.

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

Color convert

RGB 84 81 29 -
CMYK 0 0.04 0.65 0.67
HSL 56.73º 0.49% 0.22% -
HSV(B) 56.73º 0.65% 0.33% -
XYZ 6.82 7.86 2.32 -
YUV 75.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 84 81 29 0 0.04 0.65 0.67 56.73 0.49 0.22
Hex 54 51 1D 0 4 41 43 39 31 16
Octal 124 121 35 0 4 101 103 71 61 26
Binary 1010100 1010001 11101 0 100 1000001 1000011 111001 110001 10110

Color Harmonies of #54511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54511D

Black with #54511D

Text Example


Text Example

White with #54511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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