Html Css Color HEX #54440A Bronze Olive

📋 copy color: '#54440A'

red 84 ◦ green 68 ◦ blue 10

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

Shades of Bronze Olive #54440A

Tints of Bronze Olive #54440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 51.85%
G = 41.98%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#54440A (or 0x54440A) is known color: Bronze Olive. HEX triplet: 54, 44 and 0A. RGB value is (84,68,10). Sum of RGB (Red+Green+Blue) = 84+68+10=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54440A is #ABBBF5. Grayscale: #424242. Windows color (decimal): -11254774 or 672852. OLE color: 672852.

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

Color convert

RGB 84 68 10 -
CMYK 0 0.19 0.88 0.67
HSL 47.03º 0.79% 0.18% -
HSV(B) 47.03º 0.88% 0.33% -
XYZ 5.78 6.04 1.15 -
YUV 66.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 84 68 10 0 0.19 0.88 0.67 47.03 0.79 0.18
Hex 54 44 A 0 13 58 43 2F 4F 12
Octal 124 104 12 0 23 130 103 57 117 22
Binary 1010100 1000100 1010 0 10011 1011000 1000011 101111 1001111 10010

Color Harmonies of #54440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54440A

Black with #54440A

Text Example


Text Example

White with #54440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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