Html Css Color HEX #54471E Bronze Olive

📋 copy color: '#54471E'

red 84 ◦ green 71 ◦ blue 30

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

Shades of Bronze Olive #54471E

Tints of Bronze Olive #54471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.22%

R = 45.41%
G = 38.38%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54471E (or 0x54471E) is known color: Bronze Olive. HEX triplet: 54, 47 and 1E. RGB value is (84,71,30). Sum of RGB (Red+Green+Blue) = 84+71+30=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54471E is #ABB8E1. Grayscale: #464646. Windows color (decimal): -11253986 or 1984340. OLE color: 1984340.

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

Color convert

RGB 84 71 30 -
CMYK 0 0.15 0.64 0.67
HSL 45.56º 0.47% 0.22% -
HSV(B) 45.56º 0.64% 0.33% -
XYZ 6.14 6.49 2.16 -
YUV 70.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 84 71 30 0 0.15 0.64 0.67 45.56 0.47 0.22
Hex 54 47 1E 0 F 40 43 2E 2F 16
Octal 124 107 36 0 17 100 103 56 57 26
Binary 1010100 1000111 11110 0 1111 1000000 1000011 101110 101111 10110

Color Harmonies of #54471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54471E

Black with #54471E

Text Example


Text Example

White with #54471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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