Html Css Color HEX #54481D Bronze Olive

📋 copy color: '#54481D'

red 84 ◦ green 72 ◦ blue 29

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

Shades of Bronze Olive #54481D

Tints of Bronze Olive #54481D

RGB

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

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

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

R = 45.41%
G = 38.92%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54481D (or 0x54481D) is known color: Bronze Olive. HEX triplet: 54, 48 and 1D. RGB value is (84,72,29). Sum of RGB (Red+Green+Blue) = 84+72+29=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54481D is #ABB7E2. Grayscale: #464646. Windows color (decimal): -11253731 or 1919060. OLE color: 1919060.

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

Color convert

RGB 84 72 29 -
CMYK 0 0.14 0.65 0.67
HSL 46.91º 0.49% 0.22% -
HSV(B) 46.91º 0.65% 0.33% -
XYZ 6.2 6.61 2.11 -
YUV 70.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 84 72 29 0 0.14 0.65 0.67 46.91 0.49 0.22
Hex 54 48 1D 0 E 41 43 2F 31 16
Octal 124 110 35 0 16 101 103 57 61 26
Binary 1010100 1001000 11101 0 1110 1000001 1000011 101111 110001 10110

Color Harmonies of #54481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54481D

Black with #54481D

Text Example


Text Example

White with #54481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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