Html Css Color HEX #54471B Bronze Olive

📋 copy color: '#54471B'

red 84 ◦ green 71 ◦ blue 27

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

Shades of Bronze Olive #54471B

Tints of Bronze Olive #54471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 46.15%
G = 39.01%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54471B (or 0x54471B) is known color: Bronze Olive. HEX triplet: 54, 47 and 1B. RGB value is (84,71,27). Sum of RGB (Red+Green+Blue) = 84+71+27=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54471B is #ABB8E4. Grayscale: #464646. Windows color (decimal): -11253989 or 1787732. OLE color: 1787732.

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

Color convert

RGB 84 71 27 -
CMYK 0 0.15 0.68 0.67
HSL 46.32º 0.51% 0.22% -
HSV(B) 46.32º 0.68% 0.33% -
XYZ 6.11 6.47 1.96 -
YUV 69.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 84 71 27 0 0.15 0.68 0.67 46.32 0.51 0.22
Hex 54 47 1B 0 F 44 43 2E 33 16
Octal 124 107 33 0 17 104 103 56 63 26
Binary 1010100 1000111 11011 0 1111 1000100 1000011 101110 110011 10110

Color Harmonies of #54471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54471B

Black with #54471B

Text Example


Text Example

White with #54471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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