Html Css Color HEX #54471C Bronze Olive

📋 copy color: '#54471C'

red 84 ◦ green 71 ◦ blue 28

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

Shades of Bronze Olive #54471C

Tints of Bronze Olive #54471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 45.9%
G = 38.8%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54471C (or 0x54471C) is known color: Bronze Olive. HEX triplet: 54, 47 and 1C. RGB value is (84,71,28). Sum of RGB (Red+Green+Blue) = 84+71+28=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54471C is #ABB8E3. Grayscale: #464646. Windows color (decimal): -11253988 or 1853268. OLE color: 1853268.

HSL color Cylindrical-coordinate representation of color #54471C: hue angle of 46.07º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54471C is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 28 -
CMYK 0 0.15 0.67 0.67
HSL 46.07º 0.5% 0.22% -
HSV(B) 46.07º 0.67% 0.33% -
XYZ 6.12 6.48 2.03 -
YUV 69.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 84 71 28 0 0.15 0.67 0.67 46.07 0.5 0.22
Hex 54 47 1C 0 F 43 43 2E 32 16
Octal 124 107 34 0 17 103 103 56 62 26
Binary 1010100 1000111 11100 0 1111 1000011 1000011 101110 110010 10110

Color Harmonies of #54471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54471C

Black with #54471C

Text Example


Text Example

White with #54471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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