Html Css Color HEX #54441C Bronze Olive

📋 copy color: '#54441C'

red 84 ◦ green 68 ◦ blue 28

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

Shades of Bronze Olive #54441C

Tints of Bronze Olive #54441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 46.67%
G = 37.78%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54441C (or 0x54441C) is known color: Bronze Olive. HEX triplet: 54, 44 and 1C. RGB value is (84,68,28). Sum of RGB (Red+Green+Blue) = 84+68+28=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54441C is #ABBBE3. Grayscale: #444444. Windows color (decimal): -11254756 or 1852500. OLE color: 1852500.

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

Color convert

RGB 84 68 28 -
CMYK 0 0.19 0.67 0.67
HSL 42.86º 0.5% 0.22% -
HSV(B) 42.86º 0.67% 0.33% -
XYZ 5.93 6.1 1.96 -
YUV 68.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 84 68 28 0 0.19 0.67 0.67 42.86 0.5 0.22
Hex 54 44 1C 0 13 43 43 2B 32 16
Octal 124 104 34 0 23 103 103 53 62 26
Binary 1010100 1000100 11100 0 10011 1000011 1000011 101011 110010 10110

Color Harmonies of #54441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54441C

Black with #54441C

Text Example


Text Example

White with #54441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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