Html Css Color HEX #54481F Bronze Olive

📋 copy color: '#54481F'

red 84 ◦ green 72 ◦ blue 31

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

Shades of Bronze Olive #54481F

Tints of Bronze Olive #54481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 44.92%
G = 38.5%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54481F (or 0x54481F) is known color: Bronze Olive. HEX triplet: 54, 48 and 1F. RGB value is (84,72,31). Sum of RGB (Red+Green+Blue) = 84+72+31=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #54481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54481F is #ABB7E0. Grayscale: #474747. Windows color (decimal): -11253729 or 2050132. OLE color: 2050132.

HSL color Cylindrical-coordinate representation of color #54481F: hue angle of 46.42º 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 #54481F is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 72 31 -
CMYK 0 0.14 0.63 0.67
HSL 46.42º 0.46% 0.23% -
HSV(B) 46.42º 0.63% 0.33% -
XYZ 6.22 6.62 2.25 -
YUV 70.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 84 72 31 0 0.14 0.63 0.67 46.42 0.46 0.23
Hex 54 48 1F 0 E 3F 43 2E 2E 17
Octal 124 110 37 0 16 77 103 56 56 27
Binary 1010100 1001000 11111 0 1110 111111 1000011 101110 101110 10111

Color Harmonies of #54481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54481F

Black with #54481F

Text Example


Text Example

White with #54481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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