Html Css Color HEX #54471D Bronze Olive

📋 copy color: '#54471D'

red 84 ◦ green 71 ◦ blue 29

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

Shades of Bronze Olive #54471D

Tints of Bronze Olive #54471D

RGB

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

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

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

R = 45.65%
G = 38.59%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54471D (or 0x54471D) is known color: Bronze Olive. HEX triplet: 54, 47 and 1D. RGB value is (84,71,29). Sum of RGB (Red+Green+Blue) = 84+71+29=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54471D is #ABB8E2. Grayscale: #464646. Windows color (decimal): -11253987 or 1918804. OLE color: 1918804.

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

Color convert

RGB 84 71 29 -
CMYK 0 0.15 0.65 0.67
HSL 45.82º 0.49% 0.22% -
HSV(B) 45.82º 0.65% 0.33% -
XYZ 6.13 6.48 2.09 -
YUV 70.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 84 71 29 0 0.15 0.65 0.67 45.82 0.49 0.22
Hex 54 47 1D 0 F 41 43 2E 31 16
Octal 124 107 35 0 17 101 103 56 61 26
Binary 1010100 1000111 11101 0 1111 1000001 1000011 101110 110001 10110

Color Harmonies of #54471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54471D

Black with #54471D

Text Example


Text Example

White with #54471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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