Html Css Color HEX #54481B Bronze Olive

📋 copy color: '#54481B'

red 84 ◦ green 72 ◦ blue 27

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

Shades of Bronze Olive #54481B

Tints of Bronze Olive #54481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

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

R = 45.9%
G = 39.34%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54481B (or 0x54481B) is known color: Bronze Olive. HEX triplet: 54, 48 and 1B. RGB value is (84,72,27). Sum of RGB (Red+Green+Blue) = 84+72+27=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54481B is #ABB7E4. Grayscale: #464646. Windows color (decimal): -11253733 or 1787988. OLE color: 1787988.

HSL color Cylindrical-coordinate representation of color #54481B: hue angle of 47.37º 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 #54481B is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 72 27 -
CMYK 0 0.14 0.68 0.67
HSL 47.37º 0.51% 0.22% -
HSV(B) 47.37º 0.68% 0.33% -
XYZ 6.17 6.6 1.99 -
YUV 70.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 84 72 27 0 0.14 0.68 0.67 47.37 0.51 0.22
Hex 54 48 1B 0 E 44 43 2F 33 16
Octal 124 110 33 0 16 104 103 57 63 26
Binary 1010100 1001000 11011 0 1110 1000100 1000011 101111 110011 10110

Color Harmonies of #54481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54481B

Black with #54481B

Text Example


Text Example

White with #54481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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