Html Css Color HEX #54460E Bronze Olive

📋 copy color: '#54460E'

red 84 ◦ green 70 ◦ blue 14

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

Shades of Bronze Olive #54460E

Tints of Bronze Olive #54460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.67%

 BLUE value IS 14 (5.86% from 255) = 8.33%

R = 50%
G = 41.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#54460E (or 0x54460E) is known color: Bronze Olive. HEX triplet: 54, 46 and 0E. RGB value is (84,70,14). Sum of RGB (Red+Green+Blue) = 84+70+14=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54460E is #ABB9F1. Grayscale: #444444. Windows color (decimal): -11254258 or 935508. OLE color: 935508.

HSL color Cylindrical-coordinate representation of color #54460E: hue angle of 48º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54460E is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 70 14 -
CMYK 0 0.17 0.83 0.67
HSL 48º 0.71% 0.19% -
HSV(B) 48º 0.83% 0.33% -
XYZ 5.93 6.3 1.32 -
YUV 67.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 84 70 14 0 0.17 0.83 0.67 48 0.71 0.19
Hex 54 46 E 0 11 53 43 30 47 13
Octal 124 106 16 0 21 123 103 60 107 23
Binary 1010100 1000110 1110 0 10001 1010011 1000011 110000 1000111 10011

Color Harmonies of #54460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54460E

Black with #54460E

Text Example


Text Example

White with #54460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54460E; }

 p { color: rgb(84,70,14); }

 H1.HeaderClassName
 {
   color: #54460E;
 }
 .AnyTagClassName
 {
   color: #54460E;
 }
</style>

background-color css

<style>
 a { background-color: #54460E; }

 a { background-color: rgb(84,70,14); }

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

border-color css

<style>
 span { border-color: #54460E; }

 span { border-color: rgb(84,70,14); }

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