Html Css Color HEX #54421C Bronze Olive

📋 copy color: '#54421C'

red 84 ◦ green 66 ◦ blue 28

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

Shades of Bronze Olive #54421C

Tints of Bronze Olive #54421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.08%

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

R = 47.19%
G = 37.08%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54421C (or 0x54421C) is known color: Bronze Olive. HEX triplet: 54, 42 and 1C. RGB value is (84,66,28). Sum of RGB (Red+Green+Blue) = 84+66+28=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421C is #ABBDE3. Grayscale: #434343. Windows color (decimal): -11255268 or 1851988. OLE color: 1851988.

HSL color Cylindrical-coordinate representation of color #54421C: hue angle of 40.71º 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 #54421C is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 28 -
CMYK 0 0.21 0.67 0.67
HSL 40.71º 0.5% 0.22% -
HSV(B) 40.71º 0.67% 0.33% -
XYZ 5.81 5.87 1.92 -
YUV 67.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 84 66 28 0 0.21 0.67 0.67 40.71 0.5 0.22
Hex 54 42 1C 0 15 43 43 29 32 16
Octal 124 102 34 0 25 103 103 51 62 26
Binary 1010100 1000010 11100 0 10101 1000011 1000011 101001 110010 10110

Color Harmonies of #54421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54421C

Black with #54421C

Text Example


Text Example

White with #54421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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