Html Css Color HEX #54441F Bronze Olive

📋 copy color: '#54441F'

red 84 ◦ green 68 ◦ blue 31

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

Shades of Bronze Olive #54441F

Tints of Bronze Olive #54441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 45.9%
G = 37.16%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54441F (or 0x54441F) is known color: Bronze Olive. HEX triplet: 54, 44 and 1F. RGB value is (84,68,31). Sum of RGB (Red+Green+Blue) = 84+68+31=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54441F is #ABBBE0. Grayscale: #444444. Windows color (decimal): -11254753 or 2049108. OLE color: 2049108.

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

Color convert

RGB 84 68 31 -
CMYK 0 0.19 0.63 0.67
HSL 41.89º 0.46% 0.23% -
HSV(B) 41.89º 0.63% 0.33% -
XYZ 5.97 6.12 2.16 -
YUV 68.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 84 68 31 0 0.19 0.63 0.67 41.89 0.46 0.23
Hex 54 44 1F 0 13 3F 43 2A 2E 17
Octal 124 104 37 0 23 77 103 52 56 27
Binary 1010100 1000100 11111 0 10011 111111 1000011 101010 101110 10111

Color Harmonies of #54441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54441F

Black with #54441F

Text Example


Text Example

White with #54441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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