Html Css Color HEX #54441D Bronze Olive

📋 copy color: '#54441D'

red 84 ◦ green 68 ◦ blue 29

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

Shades of Bronze Olive #54441D

Tints of Bronze Olive #54441D

RGB

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

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

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

R = 46.41%
G = 37.57%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54441D (or 0x54441D) is known color: Bronze Olive. HEX triplet: 54, 44 and 1D. RGB value is (84,68,29). Sum of RGB (Red+Green+Blue) = 84+68+29=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54441D is #ABBBE2. Grayscale: #444444. Windows color (decimal): -11254755 or 1918036. OLE color: 1918036.

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

Color convert

RGB 84 68 29 -
CMYK 0 0.19 0.65 0.67
HSL 42.55º 0.49% 0.22% -
HSV(B) 42.55º 0.65% 0.33% -
XYZ 5.95 6.11 2.03 -
YUV 68.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 84 68 29 0 0.19 0.65 0.67 42.55 0.49 0.22
Hex 54 44 1D 0 13 41 43 2B 31 16
Octal 124 104 35 0 23 101 103 53 61 26
Binary 1010100 1000100 11101 0 10011 1000001 1000011 101011 110001 10110

Color Harmonies of #54441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54441D

Black with #54441D

Text Example


Text Example

White with #54441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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