Html Css Color HEX #54471F Bronze Olive

📋 copy color: '#54471F'

red 84 ◦ green 71 ◦ blue 31

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

Shades of Bronze Olive #54471F

Tints of Bronze Olive #54471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.17%

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

R = 45.16%
G = 38.17%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54471F (or 0x54471F) is known color: Bronze Olive. HEX triplet: 54, 47 and 1F. RGB value is (84,71,31). Sum of RGB (Red+Green+Blue) = 84+71+31=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #54471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54471F is #ABB8E0. Grayscale: #464646. Windows color (decimal): -11253985 or 2049876. OLE color: 2049876.

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

Color convert

RGB 84 71 31 -
CMYK 0 0.15 0.63 0.67
HSL 45.28º 0.46% 0.23% -
HSV(B) 45.28º 0.63% 0.33% -
XYZ 6.16 6.49 2.22 -
YUV 70.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 84 71 31 0 0.15 0.63 0.67 45.28 0.46 0.23
Hex 54 47 1F 0 F 3F 43 2D 2E 17
Octal 124 107 37 0 17 77 103 55 56 27
Binary 1010100 1000111 11111 0 1111 111111 1000011 101101 101110 10111

Color Harmonies of #54471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54471F

Black with #54471F

Text Example


Text Example

White with #54471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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