Html Css Color HEX #54511F Bronze Olive

📋 copy color: '#54511F'

red 84 ◦ green 81 ◦ blue 31

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

Shades of Bronze Olive #54511F

Tints of Bronze Olive #54511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 42.86%
G = 41.33%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54511F (or 0x54511F) is known color: Bronze Olive. HEX triplet: 54, 51 and 1F. RGB value is (84,81,31). Sum of RGB (Red+Green+Blue) = 84+81+31=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54511F is #ABAEE0. Grayscale: #4C4C4C. Windows color (decimal): -11251425 or 2052436. OLE color: 2052436.

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

Color convert

RGB 84 81 31 -
CMYK 0 0.04 0.63 0.67
HSL 56.6º 0.46% 0.23% -
HSV(B) 56.6º 0.63% 0.33% -
XYZ 6.85 7.87 2.45 -
YUV 76.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 84 81 31 0 0.04 0.63 0.67 56.6 0.46 0.23
Hex 54 51 1F 0 4 3F 43 39 2E 17
Octal 124 121 37 0 4 77 103 71 56 27
Binary 1010100 1010001 11111 0 100 111111 1000011 111001 101110 10111

Color Harmonies of #54511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54511F

Black with #54511F

Text Example


Text Example

White with #54511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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