Html Css Color HEX #54441A Bronze Olive

📋 copy color: '#54441A'

red 84 ◦ green 68 ◦ blue 26

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

Shades of Bronze Olive #54441A

Tints of Bronze Olive #54441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.2%

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 47.19%
G = 38.2%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54441A (or 0x54441A) is known color: Bronze Olive. HEX triplet: 54, 44 and 1A. RGB value is (84,68,26). Sum of RGB (Red+Green+Blue) = 84+68+26=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54441A is #ABBBE5. Grayscale: #444444. Windows color (decimal): -11254758 or 1721428. OLE color: 1721428.

HSL color Cylindrical-coordinate representation of color #54441A: hue angle of 43.45º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54441A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 68 26 -
CMYK 0 0.19 0.69 0.67
HSL 43.45º 0.53% 0.22% -
HSV(B) 43.45º 0.69% 0.33% -
XYZ 5.91 6.09 1.84 -
YUV 68 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 84 68 26 0 0.19 0.69 0.67 43.45 0.53 0.22
Hex 54 44 1A 0 13 45 43 2B 35 16
Octal 124 104 32 0 23 105 103 53 65 26
Binary 1010100 1000100 11010 0 10011 1000101 1000011 101011 110101 10110

Color Harmonies of #54441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54441A

Black with #54441A

Text Example


Text Example

White with #54441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54441A; }

 p { color: rgb(84,68,26); }

 H1.HeaderClassName
 {
   color: #54441A;
 }
 .AnyTagClassName
 {
   color: #54441A;
 }
</style>

background-color css

<style>
 a { background-color: #54441A; }

 a { background-color: rgb(84,68,26); }

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

border-color css

<style>
 span { border-color: #54441A; }

 span { border-color: rgb(84,68,26); }

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